We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424cfa5 commit a521ceeCopy full SHA for a521cee
CHANGELOG.md
@@ -0,0 +1,3 @@
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": ">=6.0.0",
60
- "firebase-functions": ">=3.23.0",
+ "firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
+ "firebase-functions": "^4.0.0",
61
"jest": ">=28.0.0"
62
63
"engines": {
0 commit comments