Skip to content

Instantly share code, notes, and snippets.

@NickIliev
Created November 22, 2018 13:03
Show Gist options
  • Save NickIliev/59b0af7643b08e1a776d99cdec5e53ac to your computer and use it in GitHub Desktop.
Save NickIliev/59b0af7643b08e1a776d99cdec5e53ac to your computer and use it in GitHub Desktop.
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
// Allow access by all users
allow read, write;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment