Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 1, 2022 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7c05f3db71a4e2c31543745ee2e3a37f to your computer and use it in GitHub Desktop.
Save parzibyte/7c05f3db71a4e2c31543745ee2e3a37f to your computer and use it in GitHub Desktop.
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow get;
allow read, write: if request.auth != null;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment