- Install & Configure Firebase CLI (https://firebase.google.com/docs/cli)
- Clone this repo: (https://github.com/Dzeinz/Fithub_cloud_functions.git)
- Install dependencies
npm install
All the code for Cloud Functions will be stored in the functions\src folder.
- file names in the source folder will be used as the deployment name (ex.
functions\src\helloWorld.jsis deployed ashelloWorld)
- Deploy from the project's base folder using the Firebase CLI
firebase deploy --only functions