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

Receive UpStream Message on Server #21

Closed mike-aungsan closed 7 years ago

mike-aungsan commented 7 years ago

Any lib or how to receive upstream message on server?

jlcvp commented 7 years ago

This depends on your backend platform strongly. Upstream messages are sent through a XMPP message. You need to find a decoding/digest lib that suits best for your system.