Skip to content

Instantly share code, notes, and snippets.

@cionman
Created December 3, 2017 15:47
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 cionman/a449b221089ead5982b2078334ba68ab to your computer and use it in GitHub Desktop.
Save cionman/a449b221089ead5982b2078334ba68ab to your computer and use it in GitHub Desktop.
storage 기본권한
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
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