jonathan-irvin/jelly-fin

View on GitHub
functions/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
//import * as functions from 'firebase-functions';

// // Start writing Firebase Functions
// // https://firebase.google.com/docs/functions/typescript
//
// export const helloWorld = functions.https.onRequest((request, response) => {
//  response.send("Hello from Firebase!");
// });