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

Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...

* Operating System version: MacOS 3.2 * Firebase SDK version: 11.4.1 * Firebase Product: auth * Node.js version: 18.13.0 * NPM version: 8.19.3 ### [REQUIRED] Step 3: Describe the problem...

api: auth

**Is your feature request related to a problem? Please describe.** We were using the firebase admin SDK and a special service account with key resident in the same project as...

type: feature request
api: messaging

## Description This PR removes the external `uuid` dependency and replaces it with Node.js native `crypto.randomUUID()` for UUID generation. ## Motivation Since PR #2756 updated the minimum Node.js version requirement...

### [REQUIRED] Step 2: Describe your environment Live. It works in the emulator. ### [REQUIRED] Step 3: Describe the problem #### Steps to reproduce: If one or more of the...

api: firestore

When calling `verifyToken` I receive **Error fetching Json Web Keys: The JWKS endpoint did not contain any signing keys** on my local machine, the token is obtained as described here...

api: appcheck

### Problem When calling *admin.credential.cert()*, and the *serviceAccountPathOrObject* parameter is a object, not a file path, the http proxy agent can not work. ### Environment * Operating System version: Red...

api: core

* Firebase Admin version: 13.5.0 * Firebase Product: data-connect * Node.js version: 22 The `error` property is missing in the `ExecuteGraphqlResponse` interface const result = await dataConnect.insert("TableName", Variables); `result.errors` is...

api: dataconnect

**Is your feature request related to a problem? Please describe.** We are using Firebase Admin SDK in a private network environment where direct access to Firebase services is restricted. Currently,...

type: feature request