Skip to content

Commit

Permalink
add firebase-admin@^11.0.0 to peer dependencies (#1151)
Browse files Browse the repository at this point in the history
* add firebase-admin@11.x.x to peer dependencies

* Add changelog entry.

Co-authored-by: Daniel Lee <taeold@gmail.com>
  • Loading branch information
Manokii and taeold committed Jun 27, 2022
1 parent cc18326 commit 96f9e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Adds RTDB Triggers for v2 functions (#1127)
- Adds support for Firebase Admin SDK v11 (#1151)
- Fixes bug where emulated task queue function required auth header (#1154)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"yargs": "^15.3.1"
},
"peerDependencies": {
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0"
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"engines": {
"node": "^8.13.0 || >=10.10.0"
Expand Down

0 comments on commit 96f9e86

Please sign in to comment.