firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
## **Is your feature request related to a problem? Please describe.** Developers would like the ability to initialize a Firebase app instance with a credential file type "external_account". An example...
### [REQUIRED] Step 2: Describe your environment * Operating System version: WIN11 * Firebase SDK version: 10.3.0 (admin) * Firebase Product: auth * Node.js version: v16 * NPM version: _____...
From what I understand `databaseAuthVariableOverride` does not work for Firestore. This was important in the real time database to make sure that scripts don't execute with unchecked permissions. Is there...
**Is your feature request related to a problem? Please describe.** We're trying to deploy preview branches onto appengine using versioning. This results in URLs like `http://[VERSION_ID]-dot-[YOUR_PROJECT_ID].appspot.com`. We want to be...
**Is your feature request related to a problem? Please describe.** Not applicable. **Describe the solution you'd like** I need to specify the region of the function that I'm calling when...
### Description Currently is `FirebaseError` defined as interface in typescript definition file. So in case of `async/await` we have to handle errors checking e.g. `code` property existence: ``` try {...
**Is your feature request related to a problem? Please describe.** It is not currently possible to bulk update a large amount of users customClaims in a single request, using a...
**Is your feature request related to a problem? Please describe.** Download URLs are one of the most convenient ways to display content from Cloud Storage for Firebase, but right now...
### [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...
**Is your feature request related to a problem? Please describe.** I want to create a GraphQL API through which everything server-side is handled, including email-password authentication. Also, I want to...