Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Last active June 16, 2018 11:09
Show Gist options
  • Save adrian-afergon/ecda136b52663e3592fb60cef96eb228 to your computer and use it in GitHub Desktop.
Save adrian-afergon/ecda136b52663e3592fb60cef96eb228 to your computer and use it in GitHub Desktop.
Firestore default configuration
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if false;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment