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