I know this may be a bit difficult but I need help to create a feature that has the following characteristics
Show on a map where I am and update the location when I move.
To be able to show the location of other users and update it when they move.
to be able to tell how far away other users are from me
to be able to add new users to my application and then be able to see them (as written in points 2 and 3)
It is a functionality similar to google maps or Wtsp when we share the location but in a much more basic way.
I am a new user and I don’t know much about the blocks part here in Thunkable so I ask for any kind of help, tutorials, videos, similar projects I can watch. whatever.
Adding other users and determining their locations like this will require a backend database be set up. It is definitely a more advanced topic and feature. There is a new good tutorial about Firebase and updating data that you can find here. – Update data in a Firebase Realtime Database (with video tutorial)