mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-13 01:18:46 +00:00
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;
|
|
}
|
|
}
|
|
}
|