4

I want to push notification in android devices through node js using node

1 Answer 1

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.

https://onesignal.com/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.