3
votes

I have integrated react native firebase to my app and I want to send notifications to my app from firebase cloud messaging, when I send notifications from firebase console then the notification works well but when I send the notification from the server the notification comes up after I tap on the notification, it doesnot open the app.

1
can you share the code - Amila Dulanjana
Bro. Did you fixed it? coz im having the same issue. - AFLAH ALI
Yes I fixed , I just removed the data payload from the backend - Asim Dahal

1 Answers

0
votes

You need to add an Listener for this. Look at this Posting to get an Idea, how you can implement it: https://stackoverflow.com/a/53227998/1256697