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

`deleteUsers` is only deleting the first entry of the provided array of `uid`, see the following: - Relevant code snippet: ```js --- SNIP --- if (httpMethod === "DELETE") { const...

api: auth

As per the documentation: > So when there is an env variable `FIREBASE_AUTH_EMULATOR_HOST="127.0.0.1:9099"` firebase admin is supposed to give unsigned tokens via the emulator, which it does not: The following:...

api: auth

* Operating System version: Ubuntu 22.10 * Firebase SDK version: 11.3.0 * Firebase Product: auth * Node.js version: 16.13.2 * NPM version: 8.19.2 ### [REQUIRED] Step 3: Describe the problem...

api: auth
api: core

Using `firebase-admin`, what is the recommended way to verify an error is Firestore related? And so that typescript knows that the error instance will have the `code` property, etc? Ideally,...

api: firestore

When sending notifications using Node.js with the firebase-admin library and a Firebase token, the messages don't seem to be recorded under the Campaign Messages section in the Firebase dashboard(https://console.firebase.google.com/project//messaging). This...

needs-triage

Improving the performance by running the independent `async` functions in parallel ✈️. _Sorry if I made any mistakes :(_

**Is your feature request related to a problem? Please describe.** Working in monorepos or other situations with shared Typescript interfaces is complicated because toJSON property is missing on the Admin...

type: feature request
api: firestore

### [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: storage

Unsure if this is a Firebase or sveltekit error ### [REQUIRED] Step 2: Describe your environment * Operating System version: _____Fedora Silverblue 39 [toolbox] * Firebase SDK version: _____12.0.0 *...

needs-triage
api: firestore

- Added Node.js 18, 19 to CI workflows - Updated actions that were on `node 12` - Updated internal actions `send-tweet` and `send-email` to `node16`