Skip to content

05K4R/wader-functions

Repository files navigation

Codacy Badge

Wader Functions

Firebase Cloud Functions for the Wader Chrome extension.

Preview version available at the Chrome Web Store.

Set up

  1. Follow step 1 in the Firebase Cloud Functions get started guide.
  2. Install the Firebase emulator suite by following this guide.
  3. Type 'firebase login' into your console, and login to Firebase.
  4. Deploy your things with 'firebase deploy'!

Run Functions locally

  1. Install Firebase Tools
npm install -g firebase-tools
  1. Start emulator
firebase emulators:start

Run tests in emulator

While in the functions directory:

firebase emulators:exec --only firestore 'npm test'