Skip to content

Instantly share code, notes, and snippets.

@bdfinlayson
Forked from sscotth/security.json
Last active August 29, 2015 14:15
Show Gist options
  • Save bdfinlayson/1510b8f0de1a4aa4cc8d to your computer and use it in GitHub Desktop.
Save bdfinlayson/1510b8f0de1a4aa4cc8d to your computer and use it in GitHub Desktop.
{
"rules": {
"users": {
"$uid": {
".write": "auth !== null && auth.uid === $uid",
".read": "auth !== null && auth.uid === $uid"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment