firebase-admin-node
firebase-admin-node copied to clipboard
Firebase Admin Node.js SDK
Examples: I'm using WebStorm, but it's also visible in IntelliJ.
Bumps [@firebase/auth-types](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/auth-types) from 0.12.3 to 0.13.0. Changelog Sourced from @firebase/auth-types's changelog. 0.13.0 Minor Changes 9d88e3a #8738 - Added ActionCodeSettings.linkDomain to customize the Firebase Hosting link domain that is used in...
### Describe your environment * Operating System version: macOS Sequoia * Firebase SDK version: 13.1.0 * Firebase Product: auth * Node.js version: v22.14.0 * NPM version: v10.9.2 ### Describe the...
### [REQUIRED] Step 2: Describe your environment * Operating System version: Cloud Functions (running in emulator on windows) * Firebase SDK version: 13.2.0 (updated from 12.7.0) * Firebase Product: auth...
Declarative push messages are a new feature in iOS 18.4 that allow push messages to web apps without service worker handling. This greatly improves the deliverability of background notifications for...
Baby first step towards reconciling client & server SDKs?
I'm trying to have a firebase function run a mutation for data connect. From reading here: https://firebase.google.com/docs/data-connect/admin-sdk this seems possible: > Since the Admin SDK operates with privileges, it can...
**Is your feature request related to a problem? Please describe.** I accidentally used `http://127.0.0.1:9099` instead of `127.0.0.1:9099` when setting `FIREBASE_AUTH_EMULATOR_HOST`. Even though the emulator thew an error like below, it...
Hello, I'm trying to export users created in a FB emulator project to import them into another emulator project and eventually a normal FB project. I'm trying to use the...