Skip to content

Instantly share code, notes, and snippets.

@d3l33t
Created August 14, 2017 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3l33t/12bd574a2c79291f5d2c7fefe95e17ff to your computer and use it in GitHub Desktop.
Save d3l33t/12bd574a2c79291f5d2c7fefe95e17ff to your computer and use it in GitHub Desktop.
firebase rules
{
"rules": {
"identities": {
"$identity": {
".read": "$identity === auth.uid",
".write": "$identity === auth.uid",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment