Skip to content

Instantly share code, notes, and snippets.

@JohnProg
Created April 19, 2020 20:00
Show Gist options
  • Save JohnProg/014211dfcad128f9f11807d5a22febc7 to your computer and use it in GitHub Desktop.
Save JohnProg/014211dfcad128f9f11807d5a22febc7 to your computer and use it in GitHub Desktop.
Firebase
{
"rules": {
"userAddedCars": {
"$uid": {
".read": "$uid == auth.uid",
".write": "$uid == auth.uid || root.child('users').child(auth.uid).child('admin').val() == true"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment