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.
question from:https://stackoverflow.com/questions/65885422/how-can-i-get-a-streamed-location-in-flutter-using-geofire