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

## **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...

type: feature request
api: core

### [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: _____...

type: bug
api: auth

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...

type: feature request
api: firestore

**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...

type: feature request
api: auth

**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...

type: feature request
api: functions

### 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...

type: feature request
api: auth

**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...

type: feature request
api: storage

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

**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...

type: feature request
api: auth