cook4me/android

View on GitHub
storage.rules

Summary

Maintainability
Test Coverage
rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write;
    }
  }
}