firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

Firebase Admin Node.js SDK

Results 351 firebase-admin-node issues
Sort by recently updated
recently updated
newest added

Examples: I'm using WebStorm, but it's also visible in IntelliJ.

api: core

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...

dependencies
javascript

### 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...

api: auth

### [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...

api: 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...

type: feature request
api: messaging

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...

type: feature request
api: dataconnect

**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...

type: feature request
api: auth

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...

needs-triage