mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 07:37:46 +00:00
Modify Firestore Rules to Match Firebase Web side
This commit is contained in:
parent
e46c4d4d5a
commit
610c7b4740
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ service cloud.firestore {
|
||||||
//allow read, write: if request.time < timestamp.date(2023, 12, 7);
|
//allow read, write: if request.time < timestamp.date(2023, 12, 7);
|
||||||
// }
|
// }
|
||||||
match /movies/{document=**} {
|
match /movies/{document=**} {
|
||||||
allow read: if true;
|
allow read, write: if true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue