madskristensen / WebEssentials.AspNetCore.ServiceWorker

Other
342 stars 61 forks source link

Push notifications #27

Open garethdebruyn opened 6 years ago

garethdebruyn commented 6 years ago

Thanks for the great work. Because you can only use a single service worker, it would be useful to add push notifications.

apootscivica commented 5 years ago

Hi, I was hoping to see an example of how to implement push notifications in this scenario.

PatrykPorabik commented 5 years ago

Any news on this?

JudahGabriel commented 5 years ago

It's not currently possible; WebEssentials.AspNetCore.ServiceWorker generates a service worker for you. None of the existing service workers support push notifications.

I'd bet a pull request that adds support for this would be welcome.

se1ya commented 5 years ago

At the moment, its not possible to integrate background push notification for mobile pwa apps on phone?