build: update dependency firebase-admin to v14#3775
Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades the pnpm version from 11.5.1 to 11.5.2 across multiple Bazel configuration files and updates firebase-admin to 14.0.0 in the functions application, along with corresponding lockfile changes. Feedback indicates that upgrading firebase-admin to 14.0.0 introduces a peer dependency conflict with firebase-functions@7.2.5, which only supports up to version 13. It is recommended to either upgrade firebase-functions as well or revert firebase-admin to 13.10.0.
| "firebase-admin": "14.0.0", | ||
| "firebase-functions": "7.2.5", |
There was a problem hiding this comment.
Upgrading firebase-admin to 14.0.0 introduces a peer dependency conflict with firebase-functions@7.2.5, which only supports firebase-admin versions ^11.10.0 || ^12.0.0 || ^13.0.0. To resolve this conflict, either upgrade firebase-functions to a version that supports firebase-admin v14, or revert firebase-admin to 13.10.0.
| "firebase-admin": "14.0.0", | |
| "firebase-functions": "7.2.5", | |
| "firebase-admin": "13.10.0", | |
| "firebase-functions": "7.2.5", |
1f0a4a8 to
52ac92a
Compare
See associated pull request for more information.
52ac92a to
3dbe2df
Compare
This PR contains the following updates:
13.10.0→14.0.0Release Notes
firebase/firebase-admin-node (firebase-admin)
v14.0.0: Firebase Admin Node.js SDK v14.0.0Compare Source
Breaking Changes
New Features
Bug Fixes
CLOUD_TASKS_EMULATOR_HOSTat construction time (#3167)CreateRequestinterface fromUpdateRequest(#3165)RESOURCE_EXHAUSTEDserver code to newTOPICS_SUBSCRIPTION_RATE_EXCEEDEDSDK error code (#3148)Miscellaneous
send-tweetand upgrade GitHub Actions (#3158)