-
Notifications
You must be signed in to change notification settings - Fork 991
Closed
Description
Operating System
iOS 17
Browser Version
Expo Go
Firebase SDK Version
10.1.0
Firebase SDK Product:
Firestore
Describe your project's tooling
React Native -- Expo managed workflow using Firebase Web SDK
Describe the problem
Initializing onSnapshot eventually fires the warning:
Firestore (10.1.0): WebChannelConnection RPC 'Listen' stream ... transport errored
Steps and code to reproduce issue
- Setup a React Native project for Expo's managed workflow
- Include and initialize firebase/firestore
- Set up an
onSnapshotlistener (mine is set up in a root component) - Close the app and wait ~10 minutes (Although I have gotten the error randomly while the app was open but not being used)
Here is a Gist containing a response from setLogLevel('debug') and from debug-my.firebaseapp.com