Skip to content

Instantly share code, notes, and snippets.

@unyo
Created July 20, 2018 06:43
Show Gist options
  • Save unyo/970ce6e5ab8daed6d40d8571c5c76cb8 to your computer and use it in GitHub Desktop.
Save unyo/970ce6e5ab8daed6d40d8571c5c76cb8 to your computer and use it in GitHub Desktop.
Default firebase rules
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment