Is there a way that would allow to fetch nearby users that already their co-ordinates saved in our dB?

I have an app which would allow to fetch nearby services/users which are already saved in Firebase Firestore in format of coordinates (LAT-LONG). My challenge is just to how I can show them by user’s input location.
Or I also can make that user can search nearby other users with geofencing logic ( i.e 1 mile radius search).

Please guide me.It would be a great help!
@cmarchan @eve
Note : I’ve already searched in forum but there’s only about google map API and here I have already users’s coordinates

`

firestore will already do this for you. firestore geoqueries are really powerful and fast!

2 Likes

Does it use Google Maps APIs? coz I dont want to enable billing on cloud.

Any Guide Please!
(not with bubble DB)