bigjimhere
bigjimhere
We are experiencing this issue as well. We upgraded the Firebase SDK from 8.10.1 to 10.7.2 in an attempt to resolve the issue but can confirm that it is still...
This error started appearing in our Sentry logs some time around version 7.20.0, with offline persistence disabled. The error occurred sporadically when firebase.firestore().disableNetwork() was called seconds after app startup. Removing...
@wu-hui I'm referring to issues with my own project.
@mlahp7 In our case multiple users were affected. The issue occurred on a wide range of devices and browsers (desktop and mobile). Looking at the Sentry reports I suspect that...
The issue could be caused by losing or disabling the connection while firebase.auth().currentUser.getIdTokenResult or firebase.auth().currentUser.getIdToken are in progress. I haven't done any testing so this is only speculative. I noticed...
I've now seen this error in a different context to the one I mentioned above. The error occurred on 8.2.7 on iOS 14.4 with offline persistence enabled. The error was...
We just saw the Unexpected state error multiple times in a single session on OSX 10.15.4 running Safari 13.1. We're monitoring online presence using '.info/connected' (Firebase RTDB). Both "Unexpected state"...
@wu-hui it's easiest to summarise: Case 1: start app with offline persistence disabled > call disableNetwork across multiple instances > call enableNetwork across multiple instances > `Unexpected state` error. Seen...
More evidence for the Webkit bug being a cause of this error, this time on iOS 12: `UnknownError: Connection to Indexed Database server lost.` occurred shortly after.
We just saw `'e' is not a function` immediately followed by `Unexpected state` on Chrome 89.0.4389 on Mac OSX 10.15.7, with offline persistence enabled. This is the first time we've...