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

* Operating System version: `macOS 12.4` * Firebase SDK version: `firebase cli 12.5.2` * Firebase Product: `admin 11.10.1` * Node.js version: `v18.16.0` * NPM version: 9.5.1 #### Steps to reproduce:...

api: core

* Operating System version: Mac * Firebase SDK version: 11.5.0 * Firebase Product: Admin SDK (Auth) * Node.js version: 18.17.1 * NPM version: 9.6.7 ### [REQUIRED] Step 3: Describe the...

**Is your feature request related to a problem? Please describe.** We are trying to automate Firebase app creation since we manage many apps and most of them need push notifications....

type: feature request

Describe your environment * Operating System version: Docker using `FROM node:18.16` * Firebase SDK version: 11.9 * Firebase Product: auth * Node.js version: 18.16 * NPM version: 9.5.1 #### Steps...

api: core

Describe your environment Messaging/Notifications Describe the problem We cannot send push notifications with subtitle for iOS due to [ApsAlert](https://godoc.org/firebase.google.com/go/messaging#ApsAlert) struct lacking a subtitle field. FCM API and the APNS itself...

type: feature request
api: messaging

### [READ] Step 1: Are you in the right place? **Cloud Firestore support is provided by the [`@google-cloud/firestore`](https://npmjs.com/package/@google-cloud/firestore) library. Therefore the easiest and most efficient way to get Firestore issues...

needs-triage
api: firestore

I was getting a cold start latency of 5+ seconds while using firestore database. I came across this age old issue- https://issuetracker.google.com/issues/158014637 and the solution here- https://github.com/firebase/firebase-admin-node/pull/1901 but even after...

api: firestore

### Describe your environment * Operating System version: Arch Linux * Firebase SDK version: 11.4.0 * Firebase Product: auth, firestore, storage * Node.js version: 18.x * NPM version: 8.19.1 **Additional...

api: auth
api: firestore

### Describe your environment * Operating System version: MacOS Monterey 12.6 * Firebase SDK version: 11.19.0 * Firebase Product: Firebase Admin * Node.js version: 16.15.0 * NPM version: 8.5.5 ###...

needs-triage

Problem: Making a wrapper class where types can be inferred is not possible. Goal: ```ts onDocumentUpdated( // note the modified declaration below `${Col.payments}/{paymentID}`, handlers.authorizePayment, ); ``` with changes to the...