Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 3, 2017 16:52
Show Gist options
  • Save nderkach/d9bd26092bb36a93742432a606d110d8 to your computer and use it in GitHub Desktop.
Save nderkach/d9bd26092bb36a93742432a606d110d8 to your computer and use it in GitHub Desktop.
{
"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