Files
hoppscotch/storage.rules
Liyas Thomas c54b019d55 🔥 Firebase Hosting
2019-10-03 15:16:39 +05:30

8 lines
138 B
Plaintext

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