Q1. Is there a way to ensure that the web msg have a Notification_Tag?
Q2. How do I read the contents of the second message. I want to get everything from msgtitle until msgtype.
The notifications are being sent from a web app that I'm developing and not the firebase console and they are using the same methodology of a Post request. So that is not the issue.
When the app is not running, the notification does not have the notification_tag. This is not an issue when the android app is running.
Perhaps I should just parse this because after all its a string and get what I need.