That's a huge commit if you ask me

This commit is contained in:
Florian Sylvain
2023-02-21 14:00:29 +01:00
parent ce0ab23555
commit a1b8716bc2
13 changed files with 3615 additions and 409 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
allow read, write: if true;
}
}
}