firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
Using jest.useFakeTimers() in a test causes firebase-admin/firestore promises to no longer resolve
### [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 am using Identity Platform with multi-tenants for my B2B2C platform. I am creating tenants programatically every time a new...
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...
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...
**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...
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',...
- 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...
**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...
**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...
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...