mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
7 lines
138 B
Text
Executable file
7 lines
138 B
Text
Executable file
service firebase.storage {
|
|
match /b/{bucket}/o {
|
|
match /{allPaths=**} {
|
|
allow read, write: if request.auth!=null;
|
|
}
|
|
}
|
|
}
|