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

**Is your feature request related to a problem? Please describe.** In the Python implementation of firebase_admin, there is an option on [initialize_app](https://firebase.google.com/docs/reference/admin/python/firebase_admin#initialize_app) that allows the httpTimeout to be set manually....

needs-triage
type: feature request

**Is your feature request related to a problem? Please describe.** I want to make a copy of my production env to develop locally, for this purpose, i need to copy...

help wanted
type: feature request
api: auth
api: storage

### [REQUIRED] Step 2: Describe your environment * Operating System version: Windows Server 2016 Datacenter * Firebase SDK version: 9.12.0 * Firebase Product: Auth * Node.js version: 14.18.0 * NPM...

api: auth

### Environment * Operating System version: Windows 10 pro 21h1 * Firebase SDK version: "firebase-admin": "^9.11.1", * Firebase Product: auth * Node.js version: v12.22.3 * NPM version: 6.14.13 ### Problem...

api: auth

Hello. It's a very strange thing to happen but here's the code: ``` const customToken = await admin.auth().getUsers([userIdentifier]) .then(async (result) => { if (result.notFound[0]) { // not found by email...

api: auth

[Refiling for user @sun3 from https://github.com/firebase/functions-samples/issues/181] Feature Request: The ```user.sendEmailVerification()``` needs to be supported by Firebase Cloud Functions. This is available in client side but not server side. When using...

type: feature request
api: auth

[Draft] The result of moving autogenerated fcm client code using [GAPIC](https://github.com/googleapis/gapic-generator) into the messaging directory. Subsequent PRs will be made into this branch as development continues (namely, migrating to the...

This commit allows the user to specify an address to route the http requests, this is useful if for example your network connection is limited and only available through a...

**Is your feature request related to a problem? Please describe.** There are often situations when you need to verify from which platform `IOS` or `Android` a specific registration token was...

type: feature request

**Is your feature request related to a problem? Please describe.** The `firebase-admin-node` SDK has the `projectManagement.listPlatformApps` that returns the first 100 apps and there's no way to use the pagination...

help wanted
type: feature request
api: core