jonathan-irvin/jelly-fin

View on GitHub
functions/index.js

Summary

Maintainability
A
0 mins
Test Coverage
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!");
// });