The documentation isn't clear on how to actually show notifications. The tests reference `window.goog.propel.worker.helpers.getNotifications()` but that's as far as I got. We can of course modify the service worker sw.js directly but it defeats the purpose of the library I would think...
The documentation isn't clear on how to actually show notifications. The tests reference
window.goog.propel.worker.helpers.getNotifications()but that's as far as I got. We can of course modify the service worker sw.js directly but it defeats the purpose of the library I would think...