Skip to content

Instantly share code, notes, and snippets.

@tunds
Created June 6, 2021 13:03
Show Gist options
  • Save tunds/316b1747f1da7952974f2158c6c9a5a1 to your computer and use it in GitHub Desktop.
Save tunds/316b1747f1da7952974f2158c6c9a5a1 to your computer and use it in GitHub Desktop.
{
"rules": {
"users" : {
"$user_id" : {
".read" : "auth != null && $user_id === auth.uid",
".write" : "auth != null && $user_id === auth.uid"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment