mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
8 lines
138 B
Text
8 lines
138 B
Text
|
service firebase.storage {
|
||
|
match /b/{bucket}/o {
|
||
|
match /{allPaths=**} {
|
||
|
allow read, write: if request.auth!=null;
|
||
|
}
|
||
|
}
|
||
|
}
|