We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61048cf commit 8a74e61Copy full SHA for 8a74e61
CHANGELOG.md
@@ -1,3 +0,0 @@
1
-## BREAKING
2
-* Drop support for Firebase Functions SDK v3 and below.
3
-* Drop support for Firebase Admin SDK v7 and below.
package.json
@@ -56,8 +56,8 @@
56
"typescript": "^4.2.5"
57
},
58
"peerDependencies": {
59
- "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
60
- "firebase-functions": "^4.0.0",
+ "firebase-admin": ">=6.0.0",
+ "firebase-functions": ">=3.23.0",
61
"jest": ">=28.0.0"
62
63
"engines": {
0 commit comments