How are developers working with Firebase App Check when developing locally using the emulator on localhost? Are you disabling App Check on localhost entirely? O
Is there a way to provide .runtimeconfig.json location though a command line? Can't find any info on that. Something like below? firebase emulators:start --runt
I have the following code snippet: import firebase_admin from firebase_admin import credentials from firebase_admin import storage from google.cloud import sto
I am facing an odd issue with firebase's firestore emulator. When i start the emulator, and check the emulator's firestore UI, it shows that no data exists in t
I'm trying to serve firebase functions locally, but when I run firebase serve or firebase emulators:start the error message is: "Port 5000 is not open, could no
I am building a firebase function that listens to a trigger and sends a push notification to users. The trigger is based on firestore data that's too complex fo
I am trying to write some automated tests with the Firebase client sdk. These tests are supposed to use the Firebase Auth Emulator. In order to avoid screwing u
I'm trying to get the database emulator working. Running firebase emulators:start --only auth,hosting works fine an give the following output: i emulators: Sta
I have a problem when I try to login to Firebase using the CLI. I installed firebase-tools using npm -g install firebase-tools with admin rights. The steps I do