mrdishant / flutter_geofire

A Flutter plugin to get the realtime updates of places nearby usinf Firebase GeoFire.
MIT License
23 stars 27 forks source link

Update query for new locations. #16

Open marcusrohden opened 4 years ago

marcusrohden commented 4 years ago

Hello, I'm not being able to update the query coordinates after start the queryAtLoction listener. Currently, the only way that I've found was stopping the listener and starting it again, but then it also reloads all data that was previously fetched.

Is there any way to just update the query coordinates without need to stop and restart the listener?

Thanks!

marcusrohden commented 4 years ago

Hey mate, I have just made a pull request to cover this issue #17 . Please let me know in case you need me to do any extra modifications. Thanks

sergiomartell commented 2 years ago

Hey @marcuslindemannrohden, is there any way to resolve the conflicts to do the merge? Or can you share a link to your fork? Thank you, and @mrdishant for your work.

Cheers!

marcusrohden commented 2 years ago

Hey @marcuslindemannrohden, is there any way to resolve the conflicts to do the merge? Or can you share a link to your fork? Thank you, and @mrdishant for your work.

Cheers!

hey @sergiomartell, I have just made a pull request on top of the last version from mrdishant.

https://github.com/mrdishant/flutter_geofire/pull/30