mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Delete storage.rules
This commit is contained in:
parent
2d058b323a
commit
4cbb0d311a
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
rules_version = '2';
|
|
||||||
|
|
||||||
// Craft rules based on data in your Firestore database
|
|
||||||
// allow write: if firestore.get(
|
|
||||||
// /databases/(default)/documents/users/$(request.auth.uid)).data.isAdmin;
|
|
||||||
service firebase.storage {
|
|
||||||
match /b/{bucket}/o {
|
|
||||||
match /{allPaths=**} {
|
|
||||||
allow read, write: if false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue