Skip to content

Instantly share code, notes, and snippets.

@standinga
Created November 20, 2019 04:28
Show Gist options
  • Save standinga/6a51e88d274e24062e6171cd3e4a8957 to your computer and use it in GitHub Desktop.
Save standinga/6a51e88d274e24062e6171cd3e4a8957 to your computer and use it in GitHub Desktop.
update firebase rules for medium post about authentication with google sign in
{
"rules": {
".read": "auth.uid != null && auth.token.email.contains('borama')",
".write": "auth.uid != null && auth.token.email.contains('borama')"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment