mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 10:46:40 +00:00
* fix error in README * check github.ref value * check github.ref value * fix typo * install deps * track config files * final versioning
8 lines
159 B
Text
8 lines
159 B
Text
rules_version = '2';
|
|
service firebase.storage {
|
|
match /b/{bucket}/o {
|
|
match /{allPaths=**} {
|
|
allow read, write: if request.auth!=null;
|
|
}
|
|
}
|
|
}
|