2

I'm using geofire to store users by their location. As geofire works, I will query by location, and get a list of keys (which in my case are user keys) that suit my location query.

Now I want to get data for all these ID's (which are actually firestore docs) from firestore. Any way I can do this?

I would imagine something like usersRef.where(key, "in", [array of keys from geofire])

0 Answers0