-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request #8
Comments
With the current setup I found the library using, if am storing the geofirestore locations on the same collection as my documents, doing a query will return all documents which match, but on large collections the results may be huge. Will we be seeing some kind of pagination or something similar soon? . Am already using this awesome lib in production |
It's in my plans for version 2.0.0 or 2.1.0 However there will be a lot of changes come 2.x.x, so keep that in mind. |
I also am interested in additional querying capability. I have a tight timeline for an app I'm trying to develop, so I might create a fork and give it a shot. Would love to hear if you already have any ideas on implementation, but I'll probably try to allow access to the generated query somehow. I think query criteria are chainable in Firestore? Anyway, thanks so much for developing this library! Looks like you've put quite a bit of work in! |
Any of you already started working on this? If not, I might take a shot at it, being able to limit the query in order to not exhaust my spark limits within a couple of hours will be critical for me. |
@MvRemmerden Haven't had a chance yet -- go for it! |
That looks amazing, will be the first thing I'm going to test tomorrow morning. Thanks! 😃 |
I'm actually struggling a bit to get this implemented, would it be possible to post a quick example of how to do this? |
@MvRemmerden I've had to make a few changes, but if you wanted to test it now you can |
Custom queries should now be working! Try It'll be worth reading the docs here |
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.
The text was updated successfully, but these errors were encountered: