Given the data structure below in firebase, i want to run a query to retrieve the blog \'efg\'. I don\'t know the user id at this point.
{Users : \"123
It's actually super easy - just use foreslash:
db.ref('Users').child("userid/name") db.ref('Users').child("userid/blogs") db.ref('Users').child("userid/blogs/abc")
No need of loops or anything more.