[Technical Questions] Firebase Firestore WatchStream Error: “Unknown Internal Error #176
Unanswered
jennleww
asked this question in
Technical Questions
Replies: 1 comment 1 reply
-
Hi @jennleww! Are you launching the app in the simulator? Is this on main? It looks like the app is attempting to access the Cloud Firebase (not the emulator). What launch arguments are you using (e.g. is the feature flag for using the emulator enabled)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
I am experiencing an issue with Firebase Firestore in my app after running the

firebase emulators:start command
in my terminal. The Firestore WatchStream fails with an internal error, causing the app to operate in offline mode. The logs show the following error messages:Reproduction
Expected behavior
The app should be able to establish a connection to Firestore and fetch data without failing into offline mode when a stable internet connection is available.
Additional context
Firebase SDK version: 11.3.0
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions