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

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

**Is your feature request related to a problem? Please describe.** I am using Identity Platform with multi-tenants for my B2B2C platform. I am creating tenants programatically every time a new...

type: feature request
api: auth

The use case involves use of two initialized instances of FirebaseApp, one for the emulator and another for an actual project. Specifically, it's desirable to programmatically copy data from one...

type: feature request
api: core

Environment: `NextJS 12.3.0` + `React 18.2.0` Web Application (arbritrary for the sake of this issue) Emulator Version: `11.5.0` ### Describe the problem #### Steps to reproduce: * Upload a file...

api: storage

**Is your feature request related to a problem? Please describe.** I want to totally create my Firebase infrastructure using code. Unfortunately, I cannot create web apps using firebase-admin/project-management; only Android...

type: feature request

I took this package to the latest version 11.10.1, I always use this variation to connect to the database `admin.initializeApp({ credential: admin.credential.cert({ 'projectId': '----', 'privateKey': '-----BEGIN PRIVATE KEY-----\n....\n-----END PRIVATE KEY-----\n',...

api: firestore

- I have multiple Firebase Projects - One should be a central "Auth-Provider-Project" which creates custom auth tokens in Firebase Functions for multiple different Firebase Projects Usually i can initialize...

type: feature request

**Is your feature request related to a problem? Please describe.** A function `initializeApp` throws an error if the app is already existed at the time. As current workaround, we need...

type: feature request
api: core

**Is your feature request related to a problem? Please describe.** I'm using the Argon2 hashed passwords for my application. Currently Firebase supports Argon2 hashed passwords for the Java library: https://firebase.google.com/docs/auth/admin/import-users?hl=en#import_users_with_argon2_hashed_passwords...

type: feature request
api: auth

The previous error handling for the getAccountInfoByFederatedUid() method was misleading. In scenarios where the providerId was valid, but the uid was missing or invalid, the system would still return a...