【发布时间】:2015-02-18 05:13:18
【问题描述】:
我有如下的firebase数据库
项目主节点
|
-DS
|
----6125675
| |
| ----department:"xyz"
| --projectname:"sad"
|
-----72671273
| |
| --department:"das"
| --projectname:"iuh"
|
-----7863873
|
--projectname:"sad"
department :"xyz"
现在如何在 department="xyz" 处获取部门数据。
【问题讨论】:
标签: ios firebase firebase-realtime-database