Skip to content

Instantly share code, notes, and snippets.

@danhawkins
Created November 27, 2020 17:40
Show Gist options
  • Save danhawkins/e378100e62f74d584a459dc2d4308911 to your computer and use it in GitHub Desktop.
Save danhawkins/e378100e62f74d584a459dc2d4308911 to your computer and use it in GitHub Desktop.
Example cloud functions
exports.helloAgainWorld = (req, res) => {
res.status(200).send({ message: 'Hello Again World' })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment