Firestore Rules Tab - Separation of Concerns
Firestore rules tab should allow deploying multiple tabs so that all rules are not in the same rules container in the UI. This will allow us to create separation of concerns(collections) to their own tabs. To prevent massive running list of rules.
As an example:
I have 2 collections
Users
Pets
I should be able to write my rules for Users in a tab.
Then in a completely separate tab, write the rules for Pets
Then deploy them individually or all at the same time.
2
votes