🐛 [cloud_firestore] Need working example for Firestore Emulator in Widget tests - initializeApp hangs indefinitely #16727
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: all
Issues / PRs which are for all platforms.
plugin: core
type: enhancement
New feature or request
What feature would you like to see?
Issue Description
When trying to use the Firestore Emulator in Widget tests (
testWidgets
),Firebase.initializeApp()
hangs indefinitely. We need a working example of how to properly set up and use the Firestore Emulator in Widget tests.Current Code
Why This Matters
Fake Firestore don't support all Firestore features. Having the ability to test with the actual Firestore Emulator would allow us to:
What I'm Looking For
Environment
The text was updated successfully, but these errors were encountered: