Files
undercover/storage.rules
Julien Lengrand-Lambert 1ea7b3b6f7 chore: add firebase setup
2019-06-14 19:37:19 +02:00

8 lines
138 B
Plaintext

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