setting up cloud functions after cloning:
Important to install this globally
npm install -g firebase-tools
then... firebase login from functions directory
auth using google
optionally:
npm install firebase-admin@latest firebase-functions@latest
to deploy functions:
firebase deploy