Skip to content

refactor: use webpush and swpush for push notifications

Sebastian K requested to merge fix/notifications into milestone-1.35

closes #255 (closed)

  • remove firebase, only use web push with own vapid keys
  • use swpush from angular

todo:

  • stronger validate register push route
  • remove firebase dependencies
  • adjust payloads for existing push events
  • cleanup debug logs
  • update docs
  • set new key pair as secret
  • fix ci commented sections
  • test
Edited by Sebastian K

Merge request reports