tynandebold / charlietango-firebase-cloud-functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Cloud Functions

Cloud functions to aggregate and batch edit the tracking data for charlietango.dk.

Commands

firebase deploy --only functions
  • Test the functions locally (though potentially using production data):
firebase emulators:start
  • Build your functions to ensure whatever you're emulating is up to date with your saved work:
cd functions
npm run build