google-cloud-function

What it does?

Google Cloud Function that sends "Hello World" back to the user

How to run?

Run online at: https://us-central1-fir-function-fe09e.cloudfunctions.net/helloWorld

or to run locally run these commands

git clone https://github.com/sanatankc/google-cloud-function
cd google-cloud-function
npm install -g firebase-tools
npm install
firebase serve --only functions