I use push notifications on the Internet using the new service-based API and use this use case:
- The user chooses to receive notifications on multiple devices / platforms.
- We send notifications to them on all devices / platforms.
- The user rejects a notification about one of these devices / platforms.
- We now want to remotely hide this notification from our other devices / platforms
Given user restrictions using the Push API, is there any way to achieve this experience?
web-push push-api progressive-web-apps service-worker
owencm
source share