Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

cofinder-team/firebase-backend

Repository files navigation

Macguider firebase-backend

Deprecated Backend Repository for Macguider

(Firebase Functions, Firestore)

Execution Guides

Firebase CLI Configuration

$ npm install -g firebase-tools
$ firebase login

Installation

$ cd functions
$ npm install

Environment Configuration

Environment Variable Registration

$ firebase functions:config:set fooobj.barproperty="somestring"

Local Environment Setup

$ firebase functions:config:get > .runtimeconfig.json

Execution

Local Serve

$ npm run serve

Deployment

$ npm run deploy