Skip to content

Commit

Permalink
update database
Browse files Browse the repository at this point in the history
  • Loading branch information
BamaCharanChhandogi committed Jan 11, 2024
1 parent 822c3ba commit ca8452b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import "firebase/compat/auth";
import "firebase/compat/firestore";
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: `${process.env.REACT_APP_API_KEY}`,
authDomain: `${process.env.REACT_APP_AUTH_DOMAIN}`,
projectId: `${process.env.REACT_APP_PROJECT_ID}`,
storageBucket: `${process.env.REACT_APP_STORAGE}`,
messagingSenderId: `${process.env.REACT_APP_MSI}`,
appId: `${process.env.REACT_APP_APP_ID}`,
apiKey: "AIzaSyAWbDm9oAZAkhSAFdYYaVrJZ7g5UT9kvWU",
authDomain: "quora-clone-64408.firebaseapp.com",
projectId: "quora-clone-64408",
storageBucket: "quora-clone-64408.appspot.com",
messagingSenderId: "729548785172",
appId: "1:729548785172:web:4ff0a701d52e666a300901",
measurementId: "G-V6MRE9H639"
};

console.log(firebaseConfig);
Expand Down

0 comments on commit ca8452b

Please sign in to comment.