David Gildeh
David Gildeh
Hi @chorejasbob this isn't something I'm planning to do anytime soon. If you do a PR with the fix I can review and test then I'll look into merging it....
Hi sure: 1. Firebase SDK container installed with Auth/Firestore emulators running inside 2. Backend Python service built inside container with no authentication credentials/gcloud SDK inside with Firebase Admin SDK calling...
I can confirm if I pass in a default projectID when initializing firebase_admin my backend service now works without raising the exception: ``` if os.getenv('FIREBASE_AUTH_EMULATOR_HOST', ''): fbapp = firebase_admin.initialize_app(options={ "projectId":...