web_reader / backend /storage.rules
nomagick's picture
wip
89d6d49 unverified
raw
history blame
146 Bytes
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if false;
}
}
}