Firebase Cloud Functions for the Wader Chrome extension.
Preview version available at the Chrome Web Store.
- Follow step 1 in the Firebase Cloud Functions get started guide.
- Install the Firebase emulator suite by following this guide.
- Type 'firebase login' into your console, and login to Firebase.
- Deploy your things with 'firebase deploy'!
- Install Firebase Tools
npm install -g firebase-tools
- Start emulator
firebase emulators:start
While in the functions directory:
firebase emulators:exec --only firestore 'npm test'