I'm trying to implement a feature where one user that's linked as friends with another user can request to locate that other user even if their app is inactive.
Looking around I found this article showing how to update location using PushKit, but is there a way to do it using Apple's Push Notifications instead? I'm already parsing user locations to Firebase when the app is active or in the background.
I also read this SO answer mentioning an example of Firebase's Cloud-Messaging. Could that be a route to take with this?
I'm already sending location updates to Firebase when the user's app is active and in the background, I'm just having trouble updating location when it's inactive.