시스템 업데이트트

This commit is contained in:
girinb
2025-05-29 17:59:32 +09:00
parent 485098cd1a
commit 4c0c8e77e4
10 changed files with 1096 additions and 392 deletions

4
app.js
View File

@@ -1,7 +1,7 @@
// functions/index.js
const functions = require('firebase-functions');
const functions = require("firebase-functions");
exports.helloWorld = functions.https.onRequest((request, response) => {
response.send("Hello from Firebase!");
response.send("Hello from Firebase!");
});