(NodeJS) Web Push Notifications Extension

Yes they will work.
We are using a thrid-party push notif provider for browser notifications.
All I had to do was integrate the service worker correctly and the notifications worked on mobile/laptop devices with PWA installed… without any additional work.

2 Likes

Awesome. Thanks.

@htatd Hello,

I'm really excited to make this work, but I'm still missing a few pieces in the puzzle

  • I didn't find a tutorial on how to grab user data and permission to write to the database

  • In step 3. Generate Vapid Public & Private Keys
    I didn't find it in the workflow

I believe that with this I will succeed

Thank you