From e29d228a818980139eb2b8552e534e017116bfb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=97=B0=EC=A7=84?= Date: Wed, 13 Aug 2025 14:12:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=82=A4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/firebase/firebase.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/firebase/firebase.ts b/src/firebase/firebase.ts index 2762064..0887824 100644 --- a/src/firebase/firebase.ts +++ b/src/firebase/firebase.ts @@ -3,13 +3,13 @@ import { initializeApp } from 'firebase/app'; import { getMessaging, getToken } from 'firebase/messaging'; const firebaseConfig = { - apiKey: import.meta.env.VITE_FIREBASE_API_KEY, - authDomain: import.meta.env.VITE_FIREBASE_AUTH_DOMAIN, - projectId: import.meta.env.VITE_PROJECT_ID, - storageBucket: import.meta.env.VITE_STORAGE_BUCKET, - messagingSenderId: import.meta.env.VITE_MESSAGE_SENDER_ID, - appId: import.meta.env.VITE_APP_ID, - measurementId: import.meta.env.VITE_MEASUREMENT_ID, + apiKey: 'AIzaSyAjZqK2lhCOeX_P2Sf-_2IGEFlORchcO5w', + authDomain: 'withtime-ff471.firebaseapp.com', + projectId: 'withtime-ff471', + storageBucket: 'withtime-ff471.firebasestorage.app', + messagingSenderId: '47995224236', + appId: '1:47995224236:web:85371605ce4a6659529f09', + measurementId: 'G-5E8Q23LL4H', }; const app = initializeApp(firebaseConfig);