From ab22d0b503b40d940ca26037bff30bfedcff4aa2 Mon Sep 17 00:00:00 2001 From: viole Date: Mon, 15 Sep 2025 14:40:02 +0900 Subject: [PATCH] feat:add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..80d4f86 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Firebase Emulator + +```bash +firebase emulators:start --only functions +``` + +## Deploy to Firebase + +```bash +firebase deploy --only functions +``` \ No newline at end of file