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 am using this package to get Firestore documents in real time using a snapshot listener.
In the process, I want to show an error screen when permissions are missing or the document is not available, but I noticed that I cannot get the error using the documentation method.
This isn't really a case that should happen with Firestore permissions. I recommend using states to only show screens/calls to people who have permissions to view them.
I am using this package to get Firestore documents in real time using a snapshot listener.
In the process, I want to show an error screen when permissions are missing or the document is not available, but I noticed that I cannot get the error using the documentation method.
I would like to know how to solve this.
The error is output to the console, but the error remains undefined.
The text was updated successfully, but these errors were encountered: