Skip to content

Commit

Permalink
Upgrading firebase-admin to 12.2.0
Browse files Browse the repository at this point in the history
- Picks up firebase/firebase-admin-node#2553
  which unlocks using application default crendentials for local development.
  • Loading branch information
maxl0rd committed Jun 25, 2024
1 parent 6e38446 commit 8f51c1d
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/plugins/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@google-cloud/firestore": "^7.6.0",
"firebase-admin": "^12.1.0",
"firebase-admin": "^12.2.0",
"firebase-functions": "^4.8.0 || ^5.0.0"
},
"devDependencies": {
Expand Down
151 changes: 138 additions & 13 deletions js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f51c1d

Please sign in to comment.