suiko1984 / geofirestore-android

GeoFire for Android - Realtime location queries with Firebase Cloud Firestore
13 stars 4 forks source link

Feature request : More Filters #1

Closed KelvinPac closed 5 years ago

KelvinPac commented 6 years ago

Cheers for this awesome library, I have already tried it and it was awesome. I am storing the geofirestore locations on the same collection so doing a query will return me the document snapshots. Is there a way to limit the results just like in Firestore? And is there a way I would pass another Firestore query to geofirestore so that it would also order the results or sort them in a certain way using the other database fields just as we can do in Firestore. Thanks.

suiko1984 commented 6 years ago

Thank you @KelvinPac An update of this library would contain your suggested features.

KelvinPac commented 6 years ago

Is there a timeline of when to expect this?

On Sun, 8 Jul 2018 22:02 Richard Phol, notifications@github.com wrote:

Thank you @KelvinPac https://github.com/KelvinPac An update of this library would contain your suggested features.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/suiko1984/geofirestore-android/issues/1#issuecomment-403309044, or mute the thread https://github.com/notifications/unsubscribe-auth/AREoE9-32cNpCBq1jCnrFcVflsogS7iGks5uEldBgaJpZM4U51V0 .

mikeborodin commented 6 years ago

Wow! Cool stuff, also interested in more filters feature!

suiko1984 commented 5 years ago

Hi guys, compound queries have been added to this new 1.1.0 version! Please read this link before using it: https://github.com/suiko1984/geofirestore-android#compound-query

Enjoy!