Skip to content

Instantly share code, notes, and snippets.

@renatomattos2912
Created June 26, 2014 18:51
Show Gist options
  • Save renatomattos2912/733864d6547945a31704 to your computer and use it in GitHub Desktop.
Save renatomattos2912/733864d6547945a31704 to your computer and use it in GitHub Desktop.
Firebase structure
{
"categorias" : {
"categoria2" : {
"subcategorias" : {
"subcategoria4" : {
"nome" : "Subcategoria 4"
},
"subcategoria6" : {
"nome" : "Subcategoria 6"
},
"subcategoria5" : {
"nome" : "Subcategoria 5"
}
},
"icone" : "fa-cloud",
"nome" : "Categoria 2"
},
"categoria1" : {
"subcategorias" : {
"subcategoria1" : {
"nome" : "Subcategoria 1"
},
"subcategoria3" : {
"nome" : "Subcategoria 3"
},
"subcategoria2" : {
"nome" : "Subcategoria 2"
}
},
"icone" : "fa-bolt",
"nome" : "Categoria 1"
}
},
"locais" : {
"local1" : {
"subcategorias" : {
"subcategoria4" : true,
"subcategoria1" : true
},
"nome" : "Local 1",
"email" : "[email protected]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment