mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
rules_version = '2';
|
||
|
service firebase.storage {
|
||
|
match /b/{bucket}/o {
|
||
|
match /{allPaths=**} {
|
||
|
allow read, write: if false;
|
||
|
}
|
||
|
}
|
||
|
}
|