firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
### Motivation The JavaScript implementation of cert(...) **already supports snake_case** account objects. I suspect this is the most popular format (for non-Cloud-Function usage) since **GCP & Firebase console provide downloadable...
**Is your feature request related to a problem? Please describe.** https://nextjs.org/docs/api-reference/edge-runtime I'd like to use `firebase-admin` in an Edge environment and Deno. The package currently uses Node-specific APIs though, making...
Environment: * Firebase SDK version: 10.0.2 * Firebase Product: auth * Node.js version: 14 I have a cloud function that calls the admin auth function "updateUser" to change the email...
Firebase SDK version: 11.2.1 Firebase Product: Firestore Node.js version: v16.13.2 NPM version: 8.3.0 What happened? How can we make the problem occur? 
code is working fine when I try to send notification on android but it does not work for IOS notification. Getting the below error: ``` { "results": [ { "error":...
**Is your feature request related to a problem? Please describe.** I want to export my Firebase Authentication users in NodeJS [just as it's possible for Firestore](https://firebase.google.com/docs/firestore/solutions/schedule-export) **Describe the solution you'd...
### Describe your environment * Operating System version: Firebase Functions Environment * Firebase SDK version: 7.0.0 * Library version: 7.0.0 * Firebase Product: auth ### Describe the problem I'm facing...
**Is your feature request related to a problem? Please describe.** After a few searchs I didn't find a way to properly close a connection with firebase . The API itself...
### [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...
`package.json` requirements look like this – ``` "dependencies": { "@sentry/node": "^5.30.0", "body-parser": "1.19.0", "express": "^4.17.1", "firebase-admin": "10.0.0", "mysql": "^2.18.1", "pug": "3.0.2" } ``` `node_modules` has the corresponding module in the...