【发布时间】:2017-10-03 16:14:50
【问题描述】:
我是 Firebase 的新手。这是我的数据库。我如何从 firebase 检索这些数据。此数据是用户添加的,所以我不知道孵化器的数量。
{
Incubators :
{
Name_of_Incubator1
{
Contact : 3443354684
Founder : "Atul"
Email : "xyz@gmail.com"
}
Name_of_Incubator2
{
Contact : 3444569684
Founder : "Anupis"
Email : "xyz24@gmail.com"
}
.
.
.
.
}
}
【问题讨论】:
标签: android database firebase firebase-realtime-database