Created
September 6, 2020 17:10
-
-
Save fredriccliver/a0033e9b36b182a5e40eb8221667fa70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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