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