I want to push notification in android devices through node js using node
Asked
Active
Viewed 1.2k times
1 Answers
3
I think the best way is to use Firebase Cloud Message (FCM), you can send notifications to your Android and iOS devices over an fcm_token provided by Firebase SDK. They provide a super easy node js SDK. It's Google solution and simple to use.
https://firebase.google.com/docs/cloud-messaging/?refresh=1
If you dont like Google, this is an other 100% free option that allow you to do the same job, One Signal.

Wael Ben Taleb
- 99
- 4