Hi,
I just created a new project to build an Admin panel for my App.
Admin panel is using the same Firestore database as the main App.
So I created a exact replica of the database Schema in the Admin project and set the exact same permissions and rules.
But as soon as I run this new project, I get this error:
Run mode-only notification:
Firestore Security Rules Error on ListView: Missing or insufficient permissions.
Any idea what might be going wrong?
I triple checked that the schema and rules are exactly matching.
The list that is generating the error is a simple query to list items from a collection: