Geo-FireStore-Query icon indicating copy to clipboard operation
Geo-FireStore-Query copied to clipboard

This project is created to give support to search geo-location based items using firestore's native query which also supports pagination and all the kind of condition which firestore query does.

Results 3 Geo-FireStore-Query issues
Sort by recently updated
recently updated
newest added

I am using Java for my Android Application. Since the library is in kotlin the method setLocation() doesn't exist. but I used ExtensionKt.setLocation(mechanicLocationRef,geoPoint.getLatitude(),geoPoint.getLongitude(),"just_check",false); but the error in the title appers....

@chintan369 Thanks lots for this library. I managed to get addedOrModifiedDataList, which fell within distance and given query. However, I am not able to read the object and use it....

Hi :wave:! Nice library! Quick question, is this library just comparing latitudes? It doesn't take longitudes into account, right? ![image](https://user-images.githubusercontent.com/2055468/83147290-dc1f4c80-a0cd-11ea-91ea-88c77142a44e.png) Thanks!