Skip to content

Commit

Permalink
terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
teenageknight committed Sep 22, 2024
1 parent c1e6113 commit 7645173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const serviceAccountLocal = require("../service-account-keys/bryce-jackson-websi
// serviceAccount = process.env.FIREBASE_SERVICE_ACCOUNT;
// }
console.log("right outside of the if");
console.log(serviceAccountLocal);
console.log(process.env.FIREBASE_SERVICE_ACCOUNT);
// console.log(serviceAccountLocal);
const config = {
credential: cert(serviceAccountLocal),
};
Expand Down

0 comments on commit 7645173

Please sign in to comment.