Pre-req
- Install NodeJS (from my end it's version 19.2.0).
- Install Yarn (v1.22.19) or NPM (8.19.3), I suggest using Yarn.
- Firebase account
- Setup Firestore Database
Steps
- Clone this repository to your local machine/environment.
- Go to directory of your cloned repo.
- In your command-line, run yarn or npm install to install packages.
- Go to functions directory of your cloned repo.
- In your command-line, run yarn or npm install to install packages.
- run yarn serve to run your API locally.