Push notifications on Android with PWA

Asked

Viewed 546 times

1

I have a PWA(Progressive Web Application) that was created using Vuejs in conjunction with a web system.

And for push notifications was used Firebase Cloud Messaging, but I have a problem when it comes to receiving push notifications with PWA installed on the smartphone, notifications do not appear.

Using the system on the computer notifications are delivered as normal, but on the smartphone, both on Chrome and with PWA installed notifications do not arrive.

Push notifications work only for native Android apps??

  • 2

    Yes they do, but you need the user’s permission too, take a look here: https://ada.is/progressive-web-apps-talk/

  • I will do some tests here and if I do not give the answer if it worked even today I reply tomorrow... I appreciate the help @Daviddias

  • I’m following the example that is done in the article, but I’m having problems registering the service-worker...

  • @Leonardoebert managed to solve the problem?

1 answer

-1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.