api-client/functions/index.js

9 lines
306 B
JavaScript
Raw Normal View History

2019-11-18 12:32:44 +00:00
// const functions = require('firebase-functions');
2019-10-03 09:46:39 +00:00
// // Create and Deploy Your First Cloud Functions
// // https://firebase.google.com/docs/functions/write-firebase-functions
//
// exports.helloWorld = functions.https.onRequest((request, response) => {
// response.send("Hello from Firebase!");
// });