Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 411 Bytes

This repo is no longer used and is replaced by erouska-backend.

erouska-firebase

Firebase serverless backend for eRouška

Local execution

export GOOGLE_APPLICATION_CREDENTIALS=<path to service account JSON>
export GCP_PROJECT=<project name>
export FIREBASE_BUCKET=<Firebase Storage bucket>

cd functions
npm run build && node lib/index.js