Chrome Extension with Social login for React

Prerequisites: Docker 18.09 or higher

Build With Docker

  1. Clone this repository.
  2. Open terminal in to the repository
  3. Run the VS Code Build task or the following command to build the extension artifacts.
    rm -rf build && DOCKER_BUILDKIT=1 docker build -t Chrome-ext:latest -o build .
  4. Load files from build directory to chrome.

Development:

  1. Clone this repository.
  2. open terminal in to the repository
  3. Run the VS Code Build:Watch task.
  4. Load files from build directory to chrome.

Load extension on Chrome

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

Publishing

look at the official guide to more infos about publishing.

Firebase

Notes

TODOS

With V2

GitHub

View Github