I have two apps - rider and driver. If the driver accepts a request from the rider, the variable acceptedRyde changes from false to true - this needs to be passed to the rider app to trigger an alert to the rider that the ride has been accepted. The same is needed from the rider to the driver, if the rider cancels the request, a variable requestCancelled will change from false to true and needs to be passed to the driver app to trigger an alert.
Researching lead me to a post at Communicating and persisting data between apps with App Groups - but there are things I don't understand about it.
First off- to store data and receive data snippets - where do they go? if I am passing data from each other and reverse, don't know where to put it.
How do I pass it?
I am also using Firebase.