2020-08-25 04:19:58 +00:00
|
|
|
rules_version = '2';
|
|
|
|
|
2018-10-19 05:15:28 +00:00
|
|
|
service firebase.storage {
|
|
|
|
match /b/{bucket}/o {
|
|
|
|
match /{allPaths=**} {
|
2020-08-25 04:19:58 +00:00
|
|
|
allow read;
|
|
|
|
allow list, write: if request.auth != null;
|
2018-10-19 05:15:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|