BCcampus / eypd

Early Years Professional Development

Home Page:https://earlyyearsbc.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA Push Notifications

alex-418 opened this issue · comments

commented

Further investigation is needed. Specifically:

  • What updates/configuration is needed in our PWA manifest
  • How can we debug/test notifications on our local development environments
  • Ensuring a service worker is registered and configured properly for push notifications
  • Checking for user permissions (and what to do when the push is denied)
  • Handling of user subscriptions to push notifications, allow them to unsubscribe
  • Detecting push events and ensuring the data they need exists to send push messages, what to do if it doesn't?
  • Handling of clicks to the notification, add an event listener to detect them, and what to do with a click?
  • Are there any required external library's or dependencies like the use of one of these libraries.