devbook_ts/storage.rules
Ruidy 75c9888493
ℹ️ Ci (#10)
* fix error in README

* check github.ref value

* check github.ref value

* fix typo

* install deps

* track config files

* final versioning
2020-05-17 09:31:54 +02:00

8 lines
159 B
Text

rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if request.auth!=null;
}
}
}