chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 160 forks source link

Redirect to specific page after user taps on notification? #237

Closed bsprengelmeijer closed 1 year ago

bsprengelmeijer commented 1 year ago

Is there a way to achieve this? I don't see any specific event being triggered on tap, only on receiving the message.

mohamedmaher2021 commented 1 year ago

Did u find any solution for this ?

bsprengelmeijer commented 1 year ago

Did u find any solution for this ?

I switched to cordova-plugin-firebasex.

There you get the tap property when the user has tapped on the message. Together with additional data you can sent in your push message you can determine which page you want the user to redirect to.