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
I just checked the 3.1.0 version, but it doesn't seem to have any changes to auth/firestore/storage.
UPDATE: this is often the exception that gets thrown when I do an Auth sign in with username and password.
Firebase.Firestore.FirebaseFirestoreException: Failed to get document because the client is offline.
usually along with this:
System.AggregateException
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
If I wait a few seconds and try again without changing any username or password info it works fine.
The text was updated successfully, but these errors were encountered:
I have noticed that Auth and fetches from FireStore/Storage on Android are very slow, while iOS is very fast.
these are the nugets I am using:
I just checked the 3.1.0 version, but it doesn't seem to have any changes to auth/firestore/storage.
UPDATE: this is often the exception that gets thrown when I do an Auth sign in with username and password.
Firebase.Firestore.FirebaseFirestoreException: Failed to get document because the client is offline.
usually along with this:
System.AggregateException
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
If I wait a few seconds and try again without changing any username or password info it works fine.
The text was updated successfully, but these errors were encountered: