Map share location between 2 users

Are there any tutorials or example apps I can look at for an app where one user can indicate his location on a map with a pin and then another user can see that location on the map? I just started using thunkable and I really don’t have a background in coding

First, WELCOME!!

You could get the lat/lng of user 1 save it to firebase and have user 2’s device call that node and put a pin on an embedded google map. It’s not the easiest but not super coded.

Thanks for the speedy response! I’ll look into this