Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
623 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...