Push notification with Node.js

Hi ,

Are there any tutorials on how to use the ionic push notifications. All the tutorials are using firebase and \i’m currently using a Node server.

I want to be able to send the same push notification every 10 days as a reminder in my ionic 3 mobile app (iOS and Android)

Thanks!

I’m in the process of figuring this out as well.


This post was helpful to figure out how it works for Android. I assume iOS is a similar story of having to register first (probably through some obscure 7 step process because its apple).

also this looks like a good library to use https://www.npmjs.com/package/node-pushnotifications

I’ll update if i learn more