@braze/service-worker
v6.3.1
Published
Braze service worker to be used with the Braze Web SDK.
Readme
Install
$ npm install --save @braze/web-sdk
$ npm install --save @braze/service-workerThis will install the Braze Service Worker files into ./node_modules/@braze/service-worker where you can reference them locally. Note that the Braze Service Worker is only meant to be used along with the Braze Web SDK.
Usage
In your build process, copy node_modules/@braze/service-worker/service-worker.js to your web application's public root directory.
Then, using the Web SDK, provide the serviceWorkerLocation initialization option with the path to your service worker.
See our documentation pages for steps to integrate push notifications into your website using the Braze Web SDK.
