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
Currently if there is an error in the firestore API call, the onError is called properly but is not passed much information to work with. We should pass a proper response object so the developer could make sense of the error
The text was updated successfully, but these errors were encountered:
Currently if there is an error in the firestore API call, the
onError
is called properly but is not passed much information to work with. We should pass a properresponse
object so the developer could make sense of the errorThe text was updated successfully, but these errors were encountered: