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 46 forks source link

how to use encryption and decryption technique? #65

Closed vpaul9678 closed 3 years ago

vpaul9678 commented 4 years ago

I want to send a push notification in an encrypted format. Is there any way of doing it?

jlcvp commented 3 years ago

please be more specific. On the notification object, it'll only accept string payload. But you can send an encripted payload in the data object