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??
Yes they do, but you need the user’s permission too, take a look here: https://ada.is/progressive-web-apps-talk/
– David Dias
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
– LeonardoEbert
I’m following the example that is done in the article, but I’m having problems registering the
service-worker
...– LeonardoEbert
@Leonardoebert managed to solve the problem?
– David