Skip to content

Commit

Permalink
Update firebase.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-dev authored Apr 16, 2024
1 parent e887ab4 commit a976488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firebase/firebase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const firebaseConfig = {
projectId: import.meta.env.VITE_FIREBASE_PROJECT_ID,
storageBucket: import.meta.env.VITE_FIREBASE_STORAGE_BUCKET,
messagingSenderId: import.meta.env.VITE_FIREBASE_MESSAGING_SENDER_ID,
appId: import.meta.env.VITE_FIREBASE_APP_ID
appId: import.meta.env.VITE_FIREBASE_APP_ID,
};


Expand All @@ -18,4 +18,4 @@ export const account = getAuth(app);
export const googleProvider = new GoogleAuthProvider()
export const db = getFirestore(app)
export const storage = getStorage(app)
export { updateProfile,reauthenticateWithCredential };
export { updateProfile,reauthenticateWithCredential };

0 comments on commit a976488

Please sign in to comment.