Created
December 3, 2017 16:52
-
-
Save nderkach/d9bd26092bb36a93742432a606d110d8 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": { | |
"users": { | |
"$uid": { | |
"location": { | |
".write": "$uid === auth.uid", | |
".read": "$uid === auth.uid" | |
}, | |
"twitter": { | |
".write": "$uid === auth.uid", | |
".read": "$uid === auth.uid" | |
}, | |
"public": { | |
".write": false, | |
".read": true | |
}, | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment