Commit c2abdba4 by Chaiwith Santaweesuk

update rule

parent 54d5df6e
...@@ -2,7 +2,7 @@ rules_version = '2'; ...@@ -2,7 +2,7 @@ rules_version = '2';
service cloud.firestore { service cloud.firestore {
match /databases/{database}/documents { match /databases/{database}/documents {
match /{document=**} { match /{document=**} {
allow read, write: if true; allow read, write: if request.auth.uid != null;
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment