File tree Expand file tree Collapse file tree 8 files changed +19
-15
lines changed
auth-compat/demo/functions
rules-unit-testing/functions Expand file tree Collapse file tree 8 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @firebase/rules-unit-testing ' : patch
3+ ---
4+
5+ Update firebase-functions to a version compatible with firebase-admin.
Original file line number Diff line number Diff line change 44 "dependencies" : {
55 "cors" : " 2.8.5" ,
66 "firebase-admin" : " 11.0.0" ,
7- "firebase-functions" : " 3.21 .0"
7+ "firebase-functions" : " 3.22 .0"
88 },
99 "private" : true ,
1010 "engines" : {
11- "node" : " 10 "
11+ "node" : " 16 "
1212 }
1313}
Original file line number Diff line number Diff line change 106106 "eslint-plugin-unused-imports" : " 2.0.0" ,
107107 "express" : " 4.18.1" ,
108108 "find-free-port" : " 2.0.0" ,
109- "firebase-functions" : " 3.21 .0" ,
109+ "firebase-functions" : " 3.22 .0" ,
110110 "firebase-tools" : " 11.2.2" ,
111111 "glob" : " 7.2.0" ,
112112 "http-server" : " 14.1.0" ,
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "firebase-admin" : " 11.0.0" ,
13- "firebase-functions" : " 3.21 .0"
13+ "firebase-functions" : " 3.22 .0"
1414 },
1515 "private" : true
1616}
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "firebase-admin" : " 11.0.0" ,
13- "firebase-functions" : " 3.21 .0"
13+ "firebase-functions" : " 3.22 .0"
1414 },
1515 "private" : true ,
1616 "engines" : {
Original file line number Diff line number Diff line change @@ -1600,12 +1600,11 @@ export function onChildRemoved(
16001600export { EventType } ;
16011601
16021602/**
1603- * Detaches a callback previously attached with `on()`.
1603+ * Detaches a callback previously attached with the corresponding `on*()` (`onValue`, `onChildAdded`) listener.
1604+ * Note: This is not the recommended way to remove a listener. Instead, please use the returned callback function from
1605+ * the respective `on*` callbacks.
16041606 *
1605- * Detach a callback previously attached with `on()`. Note that if `on()` was
1606- * called multiple times with the same eventType and callback, the callback
1607- * will be called multiple times for each event, and `off()` must be called
1608- * multiple times to remove the callback. Calling `off()` on a parent listener
1607+ * Detach a callback previously attached with `on*()`. Calling `off()` on a parent listener
16091608 * will not automatically remove listeners registered on child nodes, `off()`
16101609 * must also be called on any child listeners to remove the callback.
16111610 *
Original file line number Diff line number Diff line change 99 "private" : true ,
1010 "dependencies" : {
1111 "firebase-admin" : " 11.0.0" ,
12- "firebase-functions" : " 3.21 .0"
12+ "firebase-functions" : " 3.22 .0"
1313 },
1414 "engines" : {
1515 "node" : " 16"
Original file line number Diff line number Diff line change @@ -8047,10 +8047,10 @@ firebase-frameworks@^0.4.2:
80478047 semver "^7.3.7"
80488048 tslib "^2.3.1"
80498049
8050- firebase-functions@3.21 .0:
8051- version "3.21 .0"
8052- resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.21 .0.tgz#46b4c771781891929408bd4424959fe552d6cd6c "
8053- integrity sha512-Xl0EFV05+RSB9hJHlo12LguoRqAmpSXmBnpI0MANeNj07dGW0QCWPHtaAewxYEzRS3RfSCL8WH12rjvo0PPKGw ==
8050+ firebase-functions@3.22 .0:
8051+ version "3.22 .0"
8052+ resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.22 .0.tgz#d1b6c190551e29705d91819d8369a752ba5e061a "
8053+ integrity sha512-d1BxBpT95MhvVqXkpLWDvWbyuX7e2l69cFAiqG3U1XQDaMV88bM9S+Zg7H8i9pitEGFr+76ErjKgrY0n+g3ZDA ==
80548054 dependencies:
80558055 "@types/cors" "^2.8.5"
80568056 "@types/express" "4.17.3"
You can’t perform that action at this time.
0 commit comments