I have tried using Firebase within my App to fire a sync message to a second App (two Apps running, sharing data, the first sends a data message, the second see this message and if it is for them then they do a sync with the online database).
The problem is any firebase message goes to all devices loaded with this App, this is fine, but if the App is not running they the message wakes up the App. So people not currently using the App find that the App keeps waking up even though they don't currently want to use it.
Is there a way to set this up so that this doesn't occur?
Cheers in advance
John