imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore
MIT License
123 stars 36 forks source link

Unable to add custom firestore query #8

Open chintak369promact opened 6 years ago

chintak369promact commented 6 years ago

I am needed to get my documents based on nearby Geolocation which this library satisfy but I also want to add check 2-3 more conditions in documents (e.g. status, owner, and also with orderBy etc...)

Please provide the way to do like this

suiko1984 commented 6 years ago

I have developed a library similar to this one to add compound queries. Feel free to use it. https://github.com/suiko1984/geofirestore-android#compound-query

firmeldir commented 4 years ago

I have developed a library similar to this one to add compound queries. Feel free to use it. https://github.com/suiko1984/geofirestore-android#compound-query

I do not recommend using it since it has not been supported for a long time and uses ridiculous methods to solve the problem