I am new to firebase. This is my database. How do i retrieve this data from firebase. This data is being added by the user so i dont know the number of incubators.
{
Incubators :
{
Name_of_Incubator1
{
Contact : 3443354684
Founder : "Atul"
Email : "[email protected]"
}
Name_of_Incubator2
{
Contact : 3444569684
Founder : "Anupis"
Email : "[email protected]"
}
.
.
.
.
}
}