how do I format a Firebase looking scheme to look like this with the second element as a "generate" firebase uid?
{
"counselors" : {
"-KuUv2rUWFHoizHWx2Gn" : {
"bio" : "Lorem ipsum ",
"city" : "Atlanta",
"firstname" : "Diane",
"lastname" : "Miller",
"state" : "Georgia",
"status" : "A"
}
},
↧
Nesting with a random value as parent node?
↧