master contains a simple HTTP Cloud Function.
feat/add-error-logging-to-play-with-stackdriver change log level just to analyze and trigger alerting.
- Go to the Firebase console https://console.firebase.google.com/
- Create a new project
Once you have cloned this repo, you can :
- Install globally the tooling
$ npm install -g firebase-tools
- Install all local dependencies
$/functions npm install
Play with it in local :
$/functions npm run serve
or in Cloud :
$/functions npm run deploy
A simple HTTP Cloud Function to make a very hard operation : addition :)
Contact via Issues
Helpful for question, bug and contribution request.