In my project I have one activity, a broadcast receiver to check the notification received and the firebase notification services. I am creating notification with different ids, but I am setting message of last received message. What I want is to handle the body of all the notification separately, So when I am tap on particular one notification it will return the exact body which is regarding to that one. How can I get the body separately? Or how can I store that notifications so that I can handle it when I need it..
Thanks in advance guys..