Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

fgruchala/demo-firebase-cloud-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo / Cloud Functions // Firebase 🔥

Branches

master contains a simple HTTP Cloud Function.

feat/add-error-logging-to-play-with-stackdriver change log level just to analyze and trigger alerting.

Prerequisites

On the cloud side

On the code side

Once you have cloned this repo, you can :

  • Install globally the tooling
$ npm install -g firebase-tools
  • Install all local dependencies
$/functions npm install

Finally

Play with it in local :

$/functions npm run serve

or in Cloud :

$/functions npm run deploy

What's in the box ?????

A simple HTTP Cloud Function to make a very hard operation : addition :)

Contact via Issues

Helpful for question, bug and contribution request.