Home > other >  How can I handle this firestore security rules error?
How can I handle this firestore security rules error?

Time:11-06

Once I have changed the security rules it keeps giving me this error on whatever the rules are:enter image description here

My security rules now: My security rules now:

CodePudding user response:

The statement is incorrect, Should look like this allow read, write: if <some_condition>;

Also see this Get started with Cloud Firestore Security Rules

CodePudding user response:

Delete google-services.json and reinstall it

  • Related