firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
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 ###...
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 *...
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...
### [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"...
**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...
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:...
### [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...
### 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...
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,...