Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created November 6, 2018 13:30
Show Gist options
  • Save armand1m/66d7603d9066543325080ca47aefaeba to your computer and use it in GitHub Desktop.
Save armand1m/66d7603d9066543325080ca47aefaeba to your computer and use it in GitHub Desktop.
{
"rules": {
".read": "auth.uid !== null && auth.provider === 'google'",
".write": "auth.uid !== null && auth.provider === 'google'"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment