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.
3
votes
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