This is the repository for the Firebase Cloud Functions of the Mood Swing Auditions app.
Clone and install the repository. Then, run export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-key.json"
to provide credentials to access your Firestore database (which will access production). Then run firebase serve
to run your functions on a local port.