Skip to content

Instantly share code, notes, and snippets.

@SUPERCILEX
Last active October 4, 2017 03:43
Show Gist options
  • Save SUPERCILEX/8d3a4c19fc24a50f1fc5a6791761640b to your computer and use it in GitHub Desktop.
Save SUPERCILEX/8d3a4c19fc24a50f1fc5a6791761640b to your computer and use it in GitHub Desktop.
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