I want to receive notification to my ionic app from my own site using restful?

how to do this guys?
does anyone tried to create a website with restful services. then create a mobile app connect with your site
via restful api. and then receive notification from your website?

i read ionic-native like
push notification and local notification.
but i didn’t get enough tutorials or documentation for my plan to do
please guide me :slight_smile:

Hey there.

The easiest way to implement any Push Notifications is by using an external service provider, like in example Google Firebase. (Free to use, has some limitations on how many push messages you can send per month, but they are plenty.)

I use it in my app with success. It’s pretty simple and straightforward to implement. I recommend this short Video Tutorial by Paul Halliday on Youtube, which shows you how to do it: https://www.youtube.com/watch?v=IF09XbGfOu8

1 Like