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

Firebase Admin Node.js SDK

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

Resolves #1016 > At this time we cannot accept changes that affect the public API. If you'd like to help us make Firebase APIs better, please propose your change in...

### [REQUIRED] Describe your environment * Operating System version: Ubuntu 18.04.2 (64-bit) * Browser version: Firefox 78.0.1 (64-bit) * Firebase SDK version: 7.17.1 * Firebase Product: database and auth ###...

api: database

Hey I'm trying to link providerData with providerId = "password" using firebase admin SDK environment : * Firebase SDK version: 10.0.2 * Firebase Product: auth * Node.js version: 16.13.0 *...

api: auth

Operating System version: CentOS Firebase SDK version: 5.4.1 Firebase Product: Cloud Messaging https://github.com/firebase/firebase-admin-node/blob/fc45c4f5da404e21934cbd9f5a4e7116cb744f0a/src/messaging/messaging.ts#L715 Is there any particular reason why we're restricting the values of the `key:value` pairs in `data` to...

type: question
api: messaging

### [READ] Step 1: Are you in the right place? yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: MacOs BigSur * Firebase SDK version: "firebase-admin”: “^9.5.0"...

api: storage

**Is your feature request related to a problem? Please describe.** It would be good if you could specify the duration of time you would like the login token to be...

type: feature request
api: auth

The `UserRecord` returned by `admin.auth().getUser()` contains `passwordHash` and `passwordSalt` fields. ``` const admin = require('firebase-admin') admin.initializeApp(); admin.auth().getUser(uid) .then((user) => console.log(user)); ``` This resulted in: ``` UserRecord { uid: 'e1b2NmnasZXw0QtpYFcZ88IeK5t1', email:...

type: bug
api: auth

### [REQUIRED] Step 2: Describe your environment * Operating System version: Ubuntu 20.04, Debian Buster, OSX 10.15.6, Alpine 3.12.0 * Firebase SDK version: 9.2.0 * Firebase Product: database * Node.js...

api: database

### Describe your environment * Operating System version: macOS Monterey 12.0.1 * Firebase SDK version: 9.10.0 * Firebase Product: auth * Node.js version: 12.22.3 * NPM version: 6.14.13 ### Describe...

api: auth

When I use firebase realtime database data, I use set to add data, but I can't add it all the time. The Promise object can be printed out and returned,...

api: database