This cloud functions will be responsible for helping vouched app with specific actions that need to be triggered when specific data changes on the firebase firestore database
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node
npm
firebase-tools
Install Firebase CLI
npm install -g firebase-tools
Initialize Firebase SDK for Cloud Functions
firebase login
Install dependecies
cd fucntions; npm install
Deploy
firebase deploy --only functions
Change data on the invite collection of the vouched firebase firestore
- Node.js - The Language
- TypeScript - The Language
- NPM - Package Manager
- Firebase - Used to store data and trigger the function
- Rodrigo Serviuc Pavezi - Initial work - rodrigopavezi
- Eduardo Nunes Pereira - eduardonunesp
- Arya Soltanieh - lostcodingsomewhere
This project is licensed under the MIT License - see the LICENSE.md file for details