Connect Two Apps

Hi


I wanted to know how would I connect two apps to each other. I am making an app similar to Uber in Xcode with Swift. An example of what I need help with is in Uber when someone requests a ride that person can see who their driver is and the drivers info on the customer app and the driver gets the passengers info in the Uber employee app. Even if one person is using an iPhone and the other is using Android. If possible I would like to know how to do this using Firebase. One app is for customers and the other is for employees. How would I do this using Swift in XCode. I’m sorry if this is to broad but it’s the best I could describe what I need help with.


Thank You

You could send notifications to users ; their local app will have to react to it.

Connect Two Apps
 
 
Q