Skip to content

Commit

Permalink
More debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sbutz committed Dec 30, 2023
1 parent 404be1c commit 39dacfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/src/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {getStorage} from "firebase-admin/storage";
const config = process.env.FIREBASE_CONFIG ?
JSON.parse(process.env.FIREBASE_CONFIG) : undefined;

console.log(config);
console.log(process.env);

const app = initializeApp(config);
export const auth = getAuth(app);
export const storage = getStorage(app).bucket();
Expand Down

0 comments on commit 39dacfe

Please sign in to comment.