hydrabadger-android/nodejs_hydra/y

8 lines
138 B
Plaintext
Executable File

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