We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2ac42 commit d761471Copy full SHA for d761471
src/Firebase.js
@@ -7,10 +7,15 @@ import { getFirestore } from "firebase/firestore";
7
// Your web app's Firebase configuration
8
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
9
10
-// const firebaseConfig = {
11
-// ......
12
-// paste your Config here
13
-// };
+const firebaseConfig = {
+ apiKey: "AIzaSyC9U3wFhA1od2MeUo0Ml4NK6p8y9Kt9oxQ",
+ authDomain: "tech-geeks-platform.firebaseapp.com",
+ 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
+};
19
20
// Initialize Firebase
21
const app = initializeApp(firebaseConfig);
0 commit comments