Skip to content

Listen to new data in Firebase and show chrome notifications

Notifications You must be signed in to change notification settings

PaulNguyen339/firebase-chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Chrome Extension

Listen to new data in Firebase and show chrome notifications

Dependencies

$ yarn install

Environment Variables

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=

Build

$ yarn run build

Load Extension

Load your extension on Chrome following:

  1. Access chrome://extensions/
  2. Check Developer mode
  3. Click on Load unpacked extension
  4. Select the build folder.

About

Listen to new data in Firebase and show chrome notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • HTML 25.9%
  • CSS 13.7%