diff --git a/client/app/configs/firebaseConfig.ts b/client/app/configs/firebaseConfig.ts index 3d7019df4..e2a33e632 100644 --- a/client/app/configs/firebaseConfig.ts +++ b/client/app/configs/firebaseConfig.ts @@ -10,11 +10,7 @@ import { const firebaseConfig = { apiKey: API_KEY || "Mock-Key", - authDomain: AUTH_DOMAIN, - // projectId: PROJECT_ID, - // storageBucket: STORAGE_BUCKET, - // messagingSenderId: MESSAGING_SENDER_ID, - // appId: APP_ID, + authDomain: AUTH_DOMAIN }; let app; diff --git a/client/config_example.md b/client/config_example.md index 7e6d6a95f..23e5d4fb3 100644 --- a/client/config_example.md +++ b/client/config_example.md @@ -14,7 +14,3 @@ LOCATION_REFRESH_RATE=3000 API_KEY = place_your_apiKey_here AUTH_DOMAIN = place_your_authDomain_here -PROJECT_ID = place_your_projectId_here -STORAGE_BUCKET = place_your_storageBucket_here -MESSAGING_SENDER_ID = place_your_messagingSenderId_here -APP_ID = place_your_appId_here