Cloud functions to aggregate and batch edit the tracking data for charlietango.dk.
- Deploy the functions to the Firebase console:
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