Error: Firestore Security Rules Error: Missing or insufficient permissions.

Database & APIs

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:

What have you tried so far?
  • Made sure all the rules and schema are exact copy.

  • Deployed without error

  • Firebase connection and Config files have no errors

Did you check FlutterFlow's Documentation for this topic?
No
2
12 replies