Listen to new data in Firebase and show chrome notifications
$ yarn install
If you do not have an .env file, you may have an .env.example file. This can just be copied using the following command
$ cp .env.example .env
Setting the following configuration in .env:
API_KEY=
AUTH_DOMAIN=
DATABASE_URL=
PROJECT_ID=
STORAGE_BUCKET=
MESSAGING_SENDER_ID=
$ yarn run build
Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.