From 1808f6d987999fd8a1d55286767d6f09decdbba1 Mon Sep 17 00:00:00 2001 From: vaibhavtomar04 Date: Wed, 3 Jul 2024 13:23:34 +0530 Subject: [PATCH] removed used functions --- functions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/index.js b/functions/index.js index e81477f..0ce1b8d 100644 --- a/functions/index.js +++ b/functions/index.js @@ -7,8 +7,8 @@ * See a full list of supported triggers at https://firebase.google.com/docs/functions */ -const {onRequest} = require("firebase-functions/v2/https"); -const logger = require("firebase-functions/logger"); +//const {onRequest} = require("firebase-functions/v2/https"); +//const logger = require("firebase-functions/logger"); // Create and deploy your first functions // https://firebase.google.com/docs/functions/get-started