summaryrefslogtreecommitdiff
path: root/functions/index.js
blob: bd698a23fad4b4875e78dfa50095ff317d8d3117 (plain)
1
2
3
4
5
6
7
8
const functions = require('firebase-functions');

// // 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!");
// });