Skip to content

Commit

Permalink
firebase updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyurGK committed Jul 10, 2023
1 parent 82fcd06 commit 1cf740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ REACT_APP_FIREBASE_PROJECT_ID = bit-vishwa-727cf
REACT_APP_FIREBASE_STORAGE_BUCKET = bit-vishwa-727cf.appspot.com
REACT_APP_FIREBASE_MESSAGING_SENDER = 402764663019
REACT_APP_FIREBASE_APP_ID = 1:402764663019:web:952a7201b4425e79d096ae
RAPID_API_KEY = 4d100bb424mshaaaecf4bd1066f5p1b5cb0jsn7cc8632e6b51



Expand Down
2 changes: 1 addition & 1 deletion src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ const firebaseConfig = {
export const app = initializeApp(firebaseConfig);

export const auth = getAuth(app);
export const analytics = getAnalytics(app);
export const analytics = getAnalytics(app);

0 comments on commit 1cf740a

Please sign in to comment.