鉴于firebase中的数据结构,我想运行一个查询来检索博客'efg'.我此时不知道用户ID.
{Users :
"1234567": {
name: 'Bob',
blogs: {
'abc':{..},
'zyx':{..}
}
},
"7654321": {
name: 'Frank',
blogs: {
'efg':{..},
'hij':{..}
}
}
}
Run Code Online (Sandbox Code Playgroud)