You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like version 1.13.0 created a new issue where:
Firebase.firestore.enableNetwork()
or
Firebase.firestore.disableNetwork()
would cause an app to crash: *** Terminating app due to uncaught exception 'FIRIllegalStateException', reason: 'Firestore instance has already been started and its settings can no longer be changed. You can only set settings before calling any other methods on a Firestore instance.'
The reason seems to be that firestoreSettings gets recreated when this function is called.
This was not an issue in version 1.12.0.
The issue does not reproduce in Android app (1.13.0).