Last active
October 4, 2017 03:43
-
-
Save SUPERCILEX/8d3a4c19fc24a50f1fc5a6791761640b to your computer and use it in GitHub Desktop.
This file contains hidden or 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 cloud.firestore { // Boilerplate! | |
match /databases/{database}/documents { // More boilerplate. | |
match /{document=**} { | |
allow read, write; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment