Skip to content

Commit

Permalink
Update firebase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yhimanshu22 authored Jul 9, 2024
1 parent 735f420 commit 407713b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ const app = firebase.app();
const auth = firebase.auth();
const db = firebase.firestore();

export { firebase, auth, db };
export {auth, db };
export default firebase;
console.log(app.name ? "Firebase Mode Activated!" : "Firebase not working :(");

0 comments on commit 407713b

Please sign in to comment.