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), };