🔥 Firebase Hosting
This commit is contained in:
7
storage.rules
Normal file
7
storage.rules
Normal file
@@ -0,0 +1,7 @@
|
||||
service firebase.storage {
|
||||
match /b/{bucket}/o {
|
||||
match /{allPaths=**} {
|
||||
allow read, write: if request.auth!=null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user