new analytics api key

This commit is contained in:
Viktor Rådberg
2024-03-31 18:52:08 +02:00
parent ed10edc6d2
commit e427bfd0cf
5 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { initializeApp } from 'firebase/app';
import { getAnalytics, logEvent } from 'firebase/analytics';
const firebaseConfig = {
apiKey: 'AIzaSyCZ1AHMb5zmWS4VoRnC-OBxTswUfrJ0mlY',
apiKey: import.meta.env.VITE_FIREBASE_API_KEY,
authDomain: 'life-trinket.firebaseapp.com',
projectId: 'life-trinket',
storageBucket: 'life-trinket.appspot.com',