For full text search please use the '?' prefix. e.g. ? Onboarding
Web Push
https://developer.mozilla.org/en-US/docs/Web/API/Push_API
Description
For an app to receive push messages, it has to have an active service worker. When the service worker is active, it can subscribe to push notifications, using PushManager.subscribe().
Description