Skip to content

Commit

Permalink
Remove useless variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu suman authored and Priyanshu suman committed Sep 6, 2024
1 parent a94e051 commit 183b29a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions client/app/configs/firebaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions client/config_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 183b29a

Please sign in to comment.