Skip to content
Snippets Groups Projects
Select Git revision
  • 83b827d6a3e864adc78fcdd55435d969f5a97ad6
  • master default protected
2 results

storage.rules

Blame
  • user avatar
    James D'Alton authored
    35f4b442
    History
    storage.rules 138 B
    service firebase.storage {
      match /b/{bucket}/o {
        match /{allPaths=**} {
          allow read, write: if request.auth!=null;
        }
      }
    }