in the docs
https://firebase.google.com/docs/firestore/security/get-started#use_the_firebase_cli
I know i can deploy rules using:
firebase deploy --only firestore:rules
is there a way for me to specify the location of the rules file?
in the docs
https://firebase.google.com/docs/firestore/security/get-started#use_the_firebase_cli
I know i can deploy rules using:
firebase deploy --only firestore:rules
is there a way for me to specify the location of the rules file?
firebase.json. - Doug Stevenson