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
In the Step - "Display data from Firestore", the provided code does not handle the case of propagating the Listen errors to the protected method onError() of FirestoreAdapter. If propagated, then only the user will be able to see a Snackbar in case of any Listen errors occurring due to improper Query, in the onEvent() callback of EventListener. This onError() method is overidden by subclasses of FirestoreAdapter to provide their own implementation for handling the FirebaseFirestoreException error passed to it.
The text was updated successfully, but these errors were encountered:
In the Step - "Display data from Firestore", the provided code does not handle the case of propagating the Listen errors to the protected method
onError()
ofFirestoreAdapter
. If propagated, then only the user will be able to see a Snackbar in case of any Listen errors occurring due to improper Query, in theonEvent()
callback ofEventListener
. ThisonError()
method is overidden by subclasses ofFirestoreAdapter
to provide their own implementation for handling theFirebaseFirestoreException
error passed to it.The text was updated successfully, but these errors were encountered: