SayHelloGmbH / progressive-wordpress

This Plugin adds progressive features to your WordPress site and converts it to a progressive web app
58 stars 14 forks source link

Device could not be Registered (Browser, Mobile and on PWA app) #72

Open rrvoigt opened 3 years ago

rrvoigt commented 3 years ago

Hi,

Nice work on the PWA. So now an urgent solution needed for the firebase push bug please.

I am testing the Firebase function and all has been setup. But when clicking the bell to register in my PWA (on Android) i get this error message: Device could not be Registered. The same happens in my Browser:

So a this point the firebase push just isn't working. What are we missing?

Secondly: when using the Onesignal push our PWA isn't showing the push popups? What are we missing if we decide to use Onesignal.

P.s.: More documentation is needed please.

Regards, Robert

nico-martin commented 3 years ago

You are addressing a very super sensitive issue.🙈😅

The problem with firebase is that the way progressive WordPress implemented the push notifications (sender_id in manifest) is no longer supported by newer browsers. That's why I'm currently working on a new version that does completely without third party. A first beta is almost ready.

The compatibility with OneSignal I have already stopped some time ago, because new versions of the OneSignal plugins have brought again and again problems.

I'm really sorry that I don't have a better answer for the moment.

rrvoigt commented 3 years ago

Hi Nico,

No problem, we understand. We will continue to use your PWA and follow the progress updates. Great work by the way !!!

Regards, Robert

On Fri, Jul 9, 2021 at 11:21 AM Nico Martin @.***> wrote:

You are addressing a very super sensitive issue.🙈😅

The problem with firebase is that the way progressive WordPress implemented the push notifications (sender_id in manifest) is no longer supported by newer browsers. That's why I'm currently working on a new version that does completely without third party. A first beta is almost ready.

The compatibility with OneSignal I have already stopped some time ago, because new versions of the OneSignal plugins have brought again and again problems.

I'm really sorry that I don't have a better answer for the moment.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SayHelloGmbH/progressive-wordpress/issues/72#issuecomment-877225383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKLPVA5G5ACIVNEPYLEOWYTTW4AW3ANCNFSM5ACVF63A .

--

Regards and have a blessed day,

Robert R. Voigt

Mobile: (+597) 850-7292 Work: (+597) 401-968 Private email: @. Business email: @.


Jesus Is Lord - Life, Hope & Truth ............ God loves you!


michacassola commented 2 years ago

Hey @nico-martin, are you still working on an update for this? Thanks!

nico-martin commented 2 years ago

Hi @michacassola, yes, I already have a POC where I'm using the HTTP Web Push instead of Firebase: https://github.com/SayHelloGmbH/progressive-wordpress/tree/http-web-push

And right now I'm working on V3, that is a complete rebuild and also uses HTTP Web Push: https://github.com/SayHelloGmbH/progressive-wordpress/tree/v3

michacassola commented 2 years ago

Wow great! How can you do all this for free? Is there a Pro version on the horizon or something?