Push Notifications for Website

1

I have a hybrid app (web app shown through a webview on Android) and I want to put push notifications. I know what can be done if I go from a PC to a website that has that notification service. However, can it be done from a hybrid app of the type that I have? Will I be able to receive notifications on my cell phone (Android)?

    
asked by Criss 12.07.2016 в 22:13
source

1 answer

-1

You need a service worker (PWA) and your application is published through https. I recommend using the Firebase service for this.

link

I used this guide for my applications and they work pretty well in my Ionic 4 application.

link

What if you have to check if the application is cordova or not to make the service call.

    
answered by 01.11.2018 в 03:28