jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 48 forks source link

How can I add a click event? #87

Closed Emyboy closed 2 years ago

Emyboy commented 2 years ago

say, for example, when the user clicks on the notification, I redirect them to a specific page.

jlcvp commented 2 years ago

This is done in the front-end directly, see the documentation for the specific platform you're using