Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created September 6, 2020 17:10
Show Gist options
  • Save fredriccliver/a0033e9b36b182a5e40eb8221667fa70 to your computer and use it in GitHub Desktop.
Save fredriccliver/a0033e9b36b182a5e40eb8221667fa70 to your computer and use it in GitHub Desktop.
const functions = require("firebase-functions")
exports.retrieve = functions.https.onCall((req, res) => {
// Response.send("This is Data")
return "This is data"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment