Update Firestore rules to tempoarily insecure method, will fix when bothered as not critical
This commit is contained in:
parent
39d696abf6
commit
6c90678dbc
|
@ -13,7 +13,7 @@ service cloud.firestore {
|
|||
// all client requests to your Firestore database will be denied until you Update
|
||||
// your rules
|
||||
match /{document=**} {
|
||||
allow read, write: true;
|
||||
allow read, write: if true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue