firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.3.0 to 22.7.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [del](https://github.com/sindresorhus/del) from 6.1.1 to 8.0.0. Release notes Sourced from del's releases. v8.0.0 Breaking Require Node.js 18 (#161) e2e5b71 Improvements Update dependencies (#161) e2e5b71 https://github.com/sindresorhus/del/compare/v7.1.0...v8.0.0 v7.1.0 Add path to onProgress...
### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a Github issue. * If the issue pertains to...
Environment * Operating System version: MacOS 12.6.3 * Firebase SDK version: 11.3.0 * Firebase Product: firebase-admin * Node.js version: 16.19.0 * NPM version: 8.19.3 * jest: 29.4.3 * typescript: 4.9.3...
Bumps [@firebase/auth-compat](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/auth-compat) from 0.4.9 to 0.5.13. Changelog Sourced from @firebase/auth-compat's changelog. 0.5.13 Patch Changes 62348e116 #8432 (fixes #8431) - Update undici dependency to 6.19.7 due to a memory leak in...
**Is your feature request related to a problem? Please describe.** We have a need to instantiate multiple instances of firebase admin to access multiple projects at the same time. This...
### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: Google Cloud environment * Firebase SDK version: 11.11.1...
**Is your feature request related to a problem? Please describe.** When there is a time we rely on firebase to generate unique ID for firestore or authentication, sometimes we don't...
Fix for https://github.com/firebase/firebase-admin-node/issues/2692
[FR]Why does admin.send() return just the response name as error instead of the full response object
**Is your feature request related to a problem? Please describe.** I need to be able handle and cleanup tokens that have expired or are not working for whatever reason. I...