Questions tagged [rules]

If you want to increase the chances of getting helpful responses, consider using more specific tags related to your issue. For example, use "rule-engine" for rules engines, "url-rewriting"/"mod-rewrite" for rewrite rules, or "form-validation" for validation rules. Check out the full wiki article for a comprehensive list of relevant tags.

Firestore rules restrict access to the data, however the Angular project is still able to retrieve the collection - ERROR Error: Insufficient permissions or missing

I am currently working on an Angular project that is connected to a Firestore database. Within the database, there is a collection called users, and each document within this collection contains a nested collection named hugeCollection. I have updated the ...