Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
teenageknight committed Sep 22, 2024
1 parent df80a18 commit d68b10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
};
Expand Down

0 comments on commit d68b10d

Please sign in to comment.