firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

Firebase Admin Node.js SDK

Results 351 firebase-admin-node issues
Sort by recently updated
recently updated
newest added

### 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...

type: feature request

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...

type: feature request
api: auth

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? ![Screenshot (147)](https://user-images.githubusercontent.com/65351245/178149613-d5b7c356-ccab-41e8-9647-b716e85f5b92.png)

needs-triage
api: firestore

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":...

api: messaging

**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...

needs-triage
type: feature request

### 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...

api: auth

**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...

needs-triage
type: feature request

### [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...

api: core

`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...

api: core