Skip to content

Commit

Permalink
chore: firebase update
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Nov 21, 2024
1 parent c853739 commit 16fdf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"basic-styled": "^0.0.8",
"firebase": "^10.14.0",
"firebase": "^11.0.2",
"i18next": "^23.16.6",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
Expand Down
5 changes: 3 additions & 2 deletions src/utils/google-analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ const firebaseConfig = {
apiKey: import.meta.env.VITE_FIREBASE_API_KEY,
authDomain: `${import.meta.env.VITE_FIREBASE_PROJECT_ID}.firebaseapp.com`,
projectId: import.meta.env.VITE_FIREBASE_PROJECT_ID,
storageBucket: `${import.meta.env.VITE_FIREBASE_PROJECT_ID}.firebasestorage.com`,
storageBucket: `${import.meta.env.VITE_FIREBASE_PROJECT_ID}.firebasestorage.app`,
messagingSenderId: import.meta.env.VITE_FIREBASE_MESSAGING_SENDER_ID,
appId: import.meta.env.VITE_FIREBASE_APP_ID
appId: import.meta.env.VITE_FIREBASE_APP_ID,
measurementId: import.meta.env.VITE_FIREBASE_MEASUREMENT_ID
};

let analytics: Analytics | undefined;
Expand Down

0 comments on commit 16fdf40

Please sign in to comment.