Skip to content

Commit

Permalink
change authDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
tufstraka authored Jun 7, 2024
1 parent 69e839e commit 40ebdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firebase/firebaseInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'firebase/firestore';

var firebaseConfig = {
apiKey: `${process.env.VUE_APP_FIREBASE_API_KEY}`,
authDomain: "biasedfilmreviews-c40dd.firebaseapp.com",
authDomain: "biasedfilmreview.com",
projectId: "biasedfilmreviews-c40dd",
storageBucket: "biasedfilmreviews-c40dd.appspot.com",
messagingSenderId: "613927693608",
Expand All @@ -16,4 +16,4 @@ var firebaseConfig = {
//firebase.analytics();

export { timestamp };
export default firebaseApp.firestore();
export default firebaseApp.firestore();

0 comments on commit 40ebdb5

Please sign in to comment.