Created
November 20, 2019 04:28
-
-
Save standinga/6a51e88d274e24062e6171cd3e4a8957 to your computer and use it in GitHub Desktop.
update firebase rules for medium post about authentication with google sign in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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