Hey chris, I wanted to try building a project that you can share your location with your friends if you guys wanted to hang out with a custom push notifications.
I know how to set up firebase to make accounts so the user can login, etc.
I know how to use CoreLocation and Mapkit to get the user location and store it by longitude and latitude.
The parts that confuse me are:
- setting it up to where only users you allow/friends with can see your location when you publish/update it.
- How to send user friend requests and how to store the list of friends
- Using custom push notifications so that the notification says the name of the user whos sharing their location
Any documentation you can point me too so I can learn how to solve these problems would be great! Thank you so much!!