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

Firebase Admin Node.js SDK

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

Can any one please let me know the reason why this comes "At least one message is required" ? while calling await FirebaseMessaging.DefaultInstance.SendEachForMulticastAsync(message); There is valid payload, but still at...

api: messaging

**Is your feature request related to a problem? Please describe.** When updating auth custom claims, i need to make sure i always include all existing claims, because `setCustomUserClaims` always overrides...

type: feature request
api: auth

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

api: messaging

Here: https://github.com/firebase/firebase-admin-node/blame/83585498d9bd48b9ba715a882a3b9c951ca8422d/src/functions/functions-api-client-internal.ts#L162 ``` await this.httpClient.send(request) ``` Or better yet, actually check it, type it, and return it, like the google-cloud library https://cloud.google.com/nodejs/docs/reference/tasks/latest/tasks/v2.cloudtasksclient#_google_cloud_tasks_v2_CloudTasksClient_createTask_member_1_ https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/0469e1fbf20906aaef01e17b0274c79a0725b9a4/cloud-tasks/snippets/createTask.js#L77 The feat that included this option last...

api: functions

It seems like service account impersonation is the [recommended](https://cloud.google.com/docs/authentication/use-service-account-impersonation) way to authenticate for local development. But it's not very clear how this is done in practice. Do I need to...

``` export async function pushNotification({ identifiers, body, metadata, title, link, }: PushMessage) { try { logger.debug(`Push Notification: ${JSON.stringify(identifiers)}`); const userPreIdentifiers = identifiers.users; const teamPreIdentifiers = identifiers.teams; const userIdentifiers: string[] =...

api: messaging

I’m using Flutter in my client app to handle notifications. I retrieve the token from the device, and for testing purposes, I’ve created a Firebase Cloud Function that accepts the...

api: messaging

### Describe your environment * Operating System version: Fedora Linx 38 * Firebase SDK version: 13.0.2 * Firebase Product: admin SDK apparently / Firestore * Node.js version: 22.12.0 * NPM...

api: firestore
api: core

**Is your feature request related to a problem? Please describe.** When inserting a pushnotification, its TTL may not exceed 4 weeks according to docs. This is only checked after the...

type: feature request
api: messaging

Based on [the reCAPTCHA SMS toll fraud protection google article](https://cloud.google.com/identity-platform/docs/recaptcha-tfp) I should be able to call updateProject on a ProjectConfigManager. I found no trace of this updateProject method, I checked...

api: auth