Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Created June 16, 2018 14:04
Show Gist options
  • Save adrian-afergon/234efa4349366cbc38e4240019240de2 to your computer and use it in GitHub Desktop.
Save adrian-afergon/234efa4349366cbc38e4240019240de2 to your computer and use it in GitHub Desktop.
Firestor rules extends
match /{document=**} {
allow read, write: if (request.auth.uid != null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment