DarshanGowda0 / GeoFlutterFire

:fire:GeoFlutterFire:fire: is an open-source library that allows you to store and query firestore documents based on their geographic location.
https://youtu.be/MYHVyl-juUk
MIT License
305 stars 261 forks source link

When will limit() will be available? #145

Closed zphoenixz closed 3 years ago

zphoenixz commented 3 years ago

Hi, there is a pull request which apparently includes limit(), Do you have any plan in including this? For large amount of documents (Very large), AOT it is not scalable.

awaik commented 3 years ago

Hi, yes, now we are working on a new version with null safety. After that, we will add (in case of no bugs) this PR.

awaik commented 3 years ago

Hey @zphoenixz we added all PR's. Has the problem solved?

zphoenixz commented 3 years ago

Hi guys, I think you missed that one, the guy who created that PR no longer has a GitHub account so his PR got lost in time. However I did clone his repo before that happens, I haven't done that much tests but his limit functionality appears to be working as expected. PD. I have the limit PR, I can share it with you but I'm afraid that repo is outdated in some other stuff like Null Safety.