Skip to content

Commit

Permalink
log to test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
0marA committed Jun 6, 2024
1 parent 474b474 commit acd9f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const firebaseConfig = {
measurementId: process.env.MEASUREMENT_ID,
};

console.log(firebaseConfig);
const app = initializeApp(firebaseConfig);

const storage = getStorage(app);
Expand Down

0 comments on commit acd9f75

Please sign in to comment.