@braze/service-worker
v5.6.1
Published
Braze service worker to be used with the Braze Web SDK.
Downloads
15,797
Readme
Install
$ npm install --save @braze/web-sdk
$ npm install --save @braze/service-worker
This 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.