mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 15:27:21 +00:00
restructured file management part 2
This commit is contained in:
8
dep/2019/website/functions/index.js
Normal file
8
dep/2019/website/functions/index.js
Normal file
@@ -0,0 +1,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!");
|
||||
// });
|
3878
dep/2019/website/functions/package-lock.json
generated
Normal file
3878
dep/2019/website/functions/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
16
dep/2019/website/functions/package.json
Normal file
16
dep/2019/website/functions/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "functions",
|
||||
"description": "Cloud Functions for Firebase",
|
||||
"scripts": {
|
||||
"serve": "firebase serve --only functions",
|
||||
"shell": "firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase-admin": "~6.0.0",
|
||||
"firebase-functions": "^2.1.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
Reference in New Issue
Block a user