Skip to content

Instantly share code, notes, and snippets.

@kenmhaggerty
Last active July 15, 2017 12:32
Show Gist options
  • Save kenmhaggerty/e288bbcb0fe14312d32f6573354f1cf5 to your computer and use it in GitHub Desktop.
Save kenmhaggerty/e288bbcb0fe14312d32f6573354f1cf5 to your computer and use it in GitHub Desktop.
{
root: {
"objects" : {
"$object_id" : {
...
// data goes here
}
},
"permissions" : {
"public" : {
"$object_id" : BOOL
},
"user" : {
"$user_id" : {
"$object_id" : BOOL
}
}
}
}
}
@edant92
Copy link

edant92 commented Jul 15, 2017

Just came across this on your blog post when looking for firebase security structures. Really useful. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment