Skip to content

discussions Search Results · repo:firebase/firebase-admin-node language:JavaScript

51 results
 (94 ms)

51 results

infirebase/firebase-admin-node (press backspace or delete to remove)

Hello, I recently followed the codelab for integrating Firebase with NextJS. After that worked, I started working on setting up emulators. For the client-side part, everything worked well as expected. ...

This was quite surprising. It seems that when I start Firebase Emulator, my functions/index.js is read twice. The invocations are right after each other, and I don t call any of the services, yet. First ...

Hi. I am using firebase admin SDK to verify ID Token on my backend server. Firebase App (not admin) suggests it is okay to expose API keys: https://firebase.google.com/docs/projects/api-keys#api-keys-for-firebase-are-different. ...

So I m trying to upgrade my modules to ESM, which I ve done by setting type : module in package.json, and module : Node16 in tsconfig.json s compilerOptions. However I m running into a few type issues. ...
  • larssnposted
    on Jul 22, 2024
  • 4

I recently started seeing tracing output in the console when running firestore queries using the admin sdk. These are really annoying when developing server software. Anyone know why these started showing ...

Http2SessionHandler creates a new connection every time we call sendEach. Should it be changed to use a connection pool to improve performance?

Hi there! I have a usage question about how to authenticate with the Node.js Firebase admin SDK. I am trying to use Workload Identity Federation credentials with AWS, ie. I have a JSON config which looks ...

Hi all, I use enableLogging to know if the URL has been rejected by the database. It works as expected with firebase-js-sdk but not here. My basic code looks like: import { cert, initializeApp } from ...

From the PR and Issue below, I determined that roles/serviceusage.serviceUsageConsumer is now required for IAM in firebase-admin v12.2.0. However, I could not find any explanation in the Firebase Admin ...

As I can see from the sdk code, its still using legacy FCM APIs, is there any plan to migrate it to HTTP v1 ? Or there won t be any changes in the sdk and it will continue to work even after June 2024. ...