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
We have a collection, let's say "Users" and we'd like any user to be able to query list of all user names but not other fields. In firestore we can set restriction rule to specific fields but running query just queries all fields.
We get an error:
Unhandled Exception: [cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation.
The text was updated successfully, but these errors were encountered:
We have a collection, let's say "Users" and we'd like any user to be able to query list of all user names but not other fields. In firestore we can set restriction rule to specific fields but running query just queries all fields.
We get an error:
The text was updated successfully, but these errors were encountered: