[Solved] How can i get user nearby my location in geofire,Firebase


Keep your GeoFire Locations separate from everything with a key to reference the other additional data e.g. user info or post info. As mixing static and dynamic data would not be the most efficient way of storing the data.

See my data structure and query here:

Retrieving Keys From GeoFire within Radius in Swift

3

solved How can i get user nearby my location in geofire,Firebase