Skip to content

Instantly share code, notes, and snippets.

@lgvalle
Last active August 8, 2017 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgvalle/05bac5c3c7aca13b41a451a677083a2a to your computer and use it in GitHub Desktop.
Save lgvalle/05bac5c3c7aca13b41a451a677083a2a to your computer and use it in GitHub Desktop.
Post: Take control of your backend (I)
exports.fetch = functions.https.onRequest((req, res) => {
(…) // TODO Fetch from API
(…) // TODO Clean up
(…) // TODO Return result
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment