firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
When using autogenerated typing, some types/classes are exported but not intended to be used publicly. Formerly this was implemented by not including the types in the `d.ts` file, but now...
Prompted by attempting to enable tsconfig options 'strictPropertyInitialization'. The properties were being indirectly set via Object.defineProperty. Typescript isn't able to follow that. Setting the properties directly resolves it. (And also...
The docs for the database point to the realtime database. There doesn't seem to be any mention of Firestore in the docs, but looking in the source code, it exists...
**Is your feature request related to a problem? Please describe.** The REST/GRPC API provides the ability to manage defaultSupportedIdpConfigs, however, this doesn't seem available from the Admin SDK. Please could...
I'm not sure if this is the correct repo for this pr, but it is the codebase I'm working in. I'm currently running into the error `messaging/registration-token-not-registered`, and found the...
**Is your feature request related to a problem? Please describe.** No way of retrieving disabled users or not verified accounts **Describe the solution you'd like** listUsers(maxResults?: number, pageToken?: string, orderBy:...
I find useful having this https://firebase.google.com/docs/auth/admin/errors as an enum exported from typings. Is this something you are fine with? I can open a PR
* Operating System version: Multiple * Firebase SDK version: All * Library version: All * Firebase Product: multiple (auth, database, storage, etc) Feature request to support standard Google credential interfaces...
I find it crazy annoying that Firebase User Objects can't have any custom metadata related with them. Simple example if I would like to automatically send the verification email within...
#### Feature Request Description Add a new `hash.inputOrder` option for the [`importUsers()`](https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth#importUsers) auth method, inspired by the [`--hash-input-order` parameter of the Firebase CLI](https://firebase.google.com/docs/cli/auth). It will accept a string value of...