Skip to content

Commit d761471

Browse files
authored
Update Firebase.js
1 parent 3d2ac42 commit d761471

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/Firebase.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ import { getFirestore } from "firebase/firestore";
77
// Your web app's Firebase configuration
88
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
99

10-
// const firebaseConfig = {
11-
// ......
12-
// paste your Config here
13-
// };
10+
const firebaseConfig = {
11+
apiKey: "AIzaSyC9U3wFhA1od2MeUo0Ml4NK6p8y9Kt9oxQ",
12+
authDomain: "tech-geeks-platform.firebaseapp.com",
13+
projectId: "tech-geeks-platform",
14+
storageBucket: "tech-geeks-platform.appspot.com",
15+
messagingSenderId: "370674725030",
16+
appId: "1:370674725030:web:c1974bdf49cfb5fe888467",
17+
measurementId: "G-RNMVDE40F7"
18+
};
1419

1520
// Initialize Firebase
1621
const app = initializeApp(firebaseConfig);

0 commit comments

Comments
 (0)