app/helpers/app_firebase_init
library
Functions
-
appInitConnectToFirebaseEmulatorIfNecessary(FirebaseApp fbApp)
→ Future<void>
-
-
appInitFirebase(FirebaseOptions options)
→ Future<FirebaseApp>
-
-
resetEmulatorConnectedFlag()
→ void
-
Resets the emulator-connect apply-once flag (Issue 32/63). Internal
test-support seam invoked only by the combined
resetDreamicBootstrapIdempotencyForTest() (which IS the documented
@visibleForTesting entry point) — not @visibleForTesting itself so the
combined reset can call it without a cross-file visibility-lint warning.