I want to know if two or three different apps that use the same DB can communicate with each other by notifications.
In my case, I’m implementing three apps, one for administrators, another one to drivers and a last one to restaurants. So, for example, when a restaurant add an order to be delivered by a driver in the restaurant app and with this triggers a notification to all users, does the drivers and the administrators with their respective app receive the notification?!
And if this works, when I define a screen to be redirected when clicking in the push notification, how can I put the screen of one of the other apps?