Skip to content

Instantly share code, notes, and snippets.

@Anirudhk07
Created June 24, 2020 11:07
Show Gist options
  • Select an option

  • Save Anirudhk07/7fa2ad5fea39cdf8fd7de6d7247817e6 to your computer and use it in GitHub Desktop.

Select an option

Save Anirudhk07/7fa2ad5fea39cdf8fd7de6d7247817e6 to your computer and use it in GitHub Desktop.
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if true;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment