Open freddity opened 2 years ago
I the shortest way. This:
Geofire.queryAtLocation(position.x, position.y, 8587)!.listen((event) { }); Geofire.queryAtLocation(position.x, position.y, 8587)!.listen((map) { print('results: ${map['key']}'); });
Produces the undermentioned output:
I/TAG (23346): GeoFire.start I/TAG (23346): queryAtLocation I/TAG (23346): queryAtLocation I/flutter (23346): results: null I/flutter (23346): results: uid not ni I/flutter (23346): results: null I/flutter (23346): results: uid not ni I/flutter (23346): results: null
And this:
Geofire.queryAtLocation(position.x, position.y, 8587)!.listen((map) { print('results: ${map['key']}'); });
I/TAG (23346): GeoFire.start I/TAG (23346): queryAtLocation
So what's wrong? I really don't understand. Can you help me or fix the code? Thank you so much
same problem here
Same problem here also
yes same here, Geofire.setLocation , Any fix guys ?
Geofire.setLocation
Same problem
I the shortest way. This:
Produces the undermentioned output:
And this:
Produces the undermentioned output:
So what's wrong? I really don't understand. Can you help me or fix the code? Thank you so much