app check firestore permissions error

34 views
Skip to first unread message

dean ko

unread,
Jan 18, 2022, 11:43:59 PM1/18/22
to Firebase Google Group
I use app check and set firestore rules as follows, but I get an error
I wonder if it's right not to need to write a separate security rule for the firestore role if I use appcheck .


rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write, update;
    }
  }
}
Reply all
Reply to author
Forward
0 new messages