jengjeng / cloud-functions-example

Firebase cloud functions REST API example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example REST API for firebase cloud functions

Installation

  • Clone this repo
  • Firebase initial firebase init select only functions select project discard all changes
  • Install dependencies npm install

Build & Deploy

  • npm run build Will transpile all files in folder src to functions
  • npm run deploy Will transpile all files and deploy to firebase

About

Firebase cloud functions REST API example


Languages

Language:JavaScript 100.0%