Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Last active June 16, 2018 11:26
Show Gist options
  • Save adrian-afergon/7a842f9e083f3dfc22945b2d8714afc0 to your computer and use it in GitHub Desktop.
Save adrian-afergon/7a842f9e083f3dfc22945b2d8714afc0 to your computer and use it in GitHub Desktop.
Extra Rule
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