link
This commit is contained in:
7
functions/index.js
Normal file
7
functions/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// functions/index.js
|
||||
|
||||
const functions = require('firebase-functions');
|
||||
|
||||
exports.helloWorld = functions.https.onRequest((request, response) => {
|
||||
response.send("Hello from Firebase!");
|
||||
});
|
||||
Reference in New Issue
Block a user