I am building a FlutterFlow app. I can update the Geolocation of user in Firebase based on current location . I have a requirement where I should update the user's current location in Firebase even when the user is not using the app. It should sync the Location of user in Firebase in the background. I am wondering if this can be accomplished in FlutterFlow off the shelve. Any pointers to achieve this is appreciated !
I can update the Geolocation of user in Firebase based on current location .