I have an NSArray
containing multiple ids. Is there a way in Firebase
where I can get all the object with the ids in the array?
I am building a restaurant rating app which uses GeoFire
to retrieve nearby restaurants. My problem is that GeoFire
only returns a list of ids of restaurant that are nearby. Is there any way i can query for all the object with the ids?