added vue, map with hardcoded overlays
This commit is contained in:
1
functions/.gitignore
vendored
1
functions/.gitignore
vendored
@ -1 +0,0 @@
|
||||
node_modules/
|
@ -1,9 +0,0 @@
|
||||
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) => {
|
||||
functions.logger.info("Hello logs!", {structuredData: true});
|
||||
response.send("firebase he;lo world");
|
||||
});
|
4259
functions/package-lock.json
generated
4259
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,23 +0,0 @@
|
||||
{
|
||||
"name": "functions",
|
||||
"description": "Cloud Functions for Firebase",
|
||||
"scripts": {
|
||||
"serve": "firebase emulators:start --only functions",
|
||||
"shell": "firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16"
|
||||
},
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"firebase-admin": "^10.0.2",
|
||||
"firebase-functions": "^3.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"firebase-functions-test": "^0.2.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
Reference in New Issue
Block a user