GeoFlutterFire icon indicating copy to clipboard operation
GeoFlutterFire copied to clipboard

Queries (.within stream) extremely slow on iOS

Open mmsergi opened this issue 4 years ago • 4 comments

I replicated the example of Geoflutterfire on Android and iOS. Im doing the same query, same code and on Android goes well and fast, on iOS the results of the query come extremely late.

Any ideas or tips?

mmsergi avatar Feb 27 '20 22:02 mmsergi

I have the same problem, in IOS 12 the listeners works very well (Iphone 6), but in two devices with IOS 13 (Iphone 7 and Iphone X), some times the queries are slow and sometimes are acceptable.

I tried with full battery and good wifi connection but the problem persists. Maybe there are a problem with IOS 13 and this library but I don't have more devices to test.

racacere avatar Mar 16 '20 17:03 racacere

I've got the same problem. Tried to fetch records within range and it works well on Android, but on iPhone emulator with 13.4 it loads forever.

piotrszych avatar May 12 '20 12:05 piotrszych

Geolocator caused the problem. 4.0.3 is working...

flutterfrank avatar Aug 21 '20 14:08 flutterfrank

Yep, geolocator is the problem...

pumuckelo avatar Apr 08 '21 19:04 pumuckelo