Jakub
Results
1
issues of
Jakub
I the shortest way. This: ```dart 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...