From d68b10d80a18d00efcdc6573fcd25a14251fbcea Mon Sep 17 00:00:00 2001 From: teenageknight Date: Sun, 22 Sep 2024 10:47:29 -0400 Subject: [PATCH] more logging --- functions/src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/src/index.ts b/functions/src/index.ts index d941f3c..d4e34fb 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -25,7 +25,8 @@ const { getFirestore } = require("firebase-admin/firestore"); // console.log("Using service account from env"); // serviceAccount = process.env.FIREBASE_SERVICE_ACCOUNT; // } - +console.log("right outside of the if"); +console.log(process.env.FIREBASE_SERVICE_ACCOUNT); const config = { credential: cert(process.env.FIREBASE_SERVICE_ACCOUNT), };