Created
November 6, 2018 13:30
-
-
Save armand1m/66d7603d9066543325080ca47aefaeba to your computer and use it in GitHub Desktop.
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.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