I have a code to get a user location from firebase using geofire below:
Geofire.initialize("usersLocation"); Map<String, dynamic> response = await Geofire.getLocation("3"); print(response)
but I want to stream this location as the location is been updated as the other user moves. I want to get the location continuously. Thanks in advance.
1.4m articles
1.4m replys
5 comments
57.0k users