Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Correcting environment variable typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHeeJun committed Jan 10, 2021
1 parent 0b3d3d3 commit fda457f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
storageBuket: process.env.FIREBASE_STORAGE_BUKET,
messagingSenderId: process.env.FIREBASE_MESSAGING_SENDER_ID,
apId: process.env.FIREBASE_APP_ID,
measurementId: process.env.FIREBASE_MEASYREMENT_ID,
measurementId: process.env.FIREBASE_MEASUREMENT_ID,
};

if (!firebase.apps.length) {
Expand All @@ -19,3 +19,4 @@ if (!firebase.apps.length) {
const analytics = firebase.analytics;

export { firebase, analytics };

0 comments on commit fda457f

Please sign in to comment.