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