3

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.

Asim Dahal
  • 147
  • 2
  • 11

1 Answers1

0

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

suther
  • 12,600
  • 4
  • 62
  • 99
  • Hello, Can you check this question please @suther https://stackoverflow.com/questions/57171787/navigate-to-screen-after-opening-a-notification – DevAS Jul 23 '19 at 22:44