Ionic push notification with laravel 5

Hello there, this is my first topic in this forum.

I want to ask about push notification using laravel. Is it possible to push notification directly (without FCM/GCM) to device using laravel?

Thankyou

1 Like

No, you have to use the OS notification system (FCM/GCM for Android) directly or via a push service. Someone has to actually deliver the push notifications to the device.

Ahhh i see, so if i want to make push directly i must create my api? which mean is so expensive, is it right?
The problem is my data is confidential, so i cant using third party for push my data.
Thanks for info