Skip to content

Commit 8a74e61

Browse files
authored
Revert "BREAKING: Drop support for Firebase Functions SDK v3 and below. (#174)" (#177)
This reverts commit 61048cf.
1 parent 61048cf commit 8a74e61

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"typescript": "^4.2.5"
5757
},
5858
"peerDependencies": {
59-
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
60-
"firebase-functions": "^4.0.0",
59+
"firebase-admin": ">=6.0.0",
60+
"firebase-functions": ">=3.23.0",
6161
"jest": ">=28.0.0"
6262
},
6363
"engines": {

0 commit comments

Comments
 (0)