thesolomon-tech / Firebase-Functions-Chrome-Extension-Template

Boilerplate code to create a chrome extension with firebase functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Chrome Extension That Interacts With Firebase and Uses Webpack

Note: you need node.js installed (nodejs.org).

To use:

  1. run npm install.
  2. Replace location and project name in manifest.json.
  3. Fill out the firebaseConfig and url variables in background.js.
  4. Run npm run build.

About

Boilerplate code to create a chrome extension with firebase functions


Languages

Language:JavaScript 84.1%Language:HTML 15.9%