Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGrims committed Sep 15, 2024
1 parent 4afc11e commit adbdebb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ const firebaseConfig = {
const app = initializeApp(firebaseConfig);
const db = getFirestore(app);
const auth = getAuth(app);
// if (process.env.NODE_ENV === "development") {
// connectFirestoreEmulator(db, "127.0.0.1", 8080);
// connectAuthEmulator(auth, "http://127.0.0.1:9099");
// }

export const analytics = getAnalytics(app);
export { auth, db };

0 comments on commit adbdebb

Please sign in to comment.