Replies: 1 comment 2 replies
-
I have the same issue. After logout and relogging I always get the permission denied error for my snapshot.listen() calls. Did you already find any solution @melanki? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to achieve a simple signOut and signIn in with Firesbase Auth, but after relogging Firestore gives permission denied.
"[cloud_firestore/permission-denied]The caller does not have permission to execute the specified operation."
This seems to be due to Firestore not getting the updated state of new user that logs in, and thus giving permission-denied as it is trying to access the collection without any authentication?
Beta Was this translation helpful? Give feedback.
All reactions