-
**Is your feature request related to a problem? Please describe.**
The current Firebase Admin JS SDK does not support modular imports similar to the frontend Firebase SDK. For example, in the fronten…
-
### [READ] Step 1: Are you in the right place?
Able to generate token but `await this.app.messaging().sendEachForMulticast(message)` is working all other browser but dont know only android Edge has …
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: Mac OSX 15.1
* Firebase SDK version: 12
* Firebase Product: Functions & admin
* Node.js version: 18 (18.16)
…
-
I’m developing a custom MFA-based authentication system, so I prefer not to use the Firebase client SDK since Firebase only supports MFA via SMS, not email.
I’m building my own system, but I’m surp…
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: ubuntu
* Firebase SDK version: firebase-admin-java 9.4.0
* Library version: jdk 17
* Firebase Product: fcm (a…
-
Hello,
Thanks for the package, it's very good and works well with nextjs, I am exploring how it could work without next.js given that one is using a framework that supports the features we used her…
-
**Describe the bug**
Trying to verify a firebase auth token generated with mail and password from a flutter app throws a Null check error when decoding it.
```
ERROR: Null check operator used on …
-
Thanks for your work on this.
According to the Firebase site: "Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin S…
-
First of all, thank you making this SDK.
When using an emulator, I can specify port for different emulators using `firebase.json`.
Example `firebase.json`:
```json
{
"emulators": {
"…
-
It looks like firebase has deprecated database secrets in favor of something called the Firebase Admin SDK.
If you try creating a new firebase and finding the database secret you'll see this messag…