Skip to content

Instantly share code, notes, and snippets.

@jkinkead
Created October 19, 2018 16:08
Show Gist options
  • Save jkinkead/7653c9dc95652d1b733b7845094c5e36 to your computer and use it in GitHub Desktop.
Save jkinkead/7653c9dc95652d1b733b7845094c5e36 to your computer and use it in GitHub Desktop.
Hello World cloud function
"use-strict";
exports.render = function (request, response) {
response.send("Hello from the clouds!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment