doa-b / showtime

Trinity Showtime Web-App that plans and runs a complete show
https://showtime-201ca.firebaseapp.com/
1 stars 0 forks source link

explore (file) storage on firebase #59

Closed doa-b closed 4 years ago

doa-b commented 4 years ago

default access for all authenticated users

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