Skip to content

Instantly share code, notes, and snippets.

@bezysoftware
Last active January 3, 2017 13:49
Show Gist options
  • Select an option

  • Save bezysoftware/08c6253e82d93c238ae1f467755eb3c2 to your computer and use it in GitHub Desktop.

Select an option

Save bezysoftware/08c6253e82d93c238ae1f467755eb3c2 to your computer and use it in GitHub Desktop.
Firebase rules
{
"rules": {
"users": {
"$user": {
".read": "auth.uid === $user",
".write": "auth.uid === $user"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment