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.
Asked
Active
Viewed 1,979 times
3
-
can you share the code – Amila Dulanjana Dec 31 '18 at 11:46
-
Possible duplicate of [Deep links in react-native-firebase notifications](https://stackoverflow.com/questions/52150199/deep-links-in-react-native-firebase-notifications) – Tony Bui Dec 31 '18 at 12:19
-
Bro. Did you fixed it? coz im having the same issue. – AFLAH ALI Jan 27 '19 at 18:44
-
Yes I fixed , I just removed the data payload from the backend – Asim Dahal Mar 12 '19 at 11:21
1 Answers
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