Saul Vargas
Results
2
comments of
Saul Vargas
The closest is in the position 0 of the DocumentSnapshot list. ``` Query ref = FirebaseFirestore.instance .collection('SomeCollection'); GeoFirePoint center = geo.point(latitude: latitude, longitude: longitude); subscription = radius.switchMap((rad) { return geo.collection(collectionRef:...
I'm having the exact same issue. Did you find a fix yet? @TimmyHung