Sync location between devices

Hello. I am a beginner in app development but for our project, I tried making an app for caregiver and patient in MIT. But I have a problem, I want the patient’s location to show up in the caregiver’s screen when they press something. How do I do that? Thank you so much in advance.

1 Like

The location of the patient must be stored continuously in an online database also if your app is currently not running

The locationservice extension is able to do that

The app on the caregiver device only has to retrieve the last stored location from the online database

Taifun

1 Like