I am using push notifications on the web using the new service worker based API and have this use case:
- User opts in to receive notifications on multiple devices/platforms
- We send notifications to them on all devices/platforms
- User dismisses a notification on one of those devices/platforms
- We want to now remotely hide that notification from their other devices/platforms
Given the userVisible restrictions with the Push API, is there any way to achieve this experience?