Created
November 22, 2018 13:03
-
-
Save NickIliev/59b0af7643b08e1a776d99cdec5e53ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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