Firebase Cloud Functions for programming.in.th (beta)
Contains all back-end code
export GOOGLE_APPLICATION_CREDENTIALS="[PATH_TO_CREDENTIALS]"
Change directory to functions
and run npm run-script dev
To make requests to the local server,
add .useFunctionsEmulator()
to firebase.app().functions('asia-east2')
in src/lib/firebase.ts
and change base URL in src/config.ts
Push to default
branch