Skip to content

Commit 4f75986

Browse files
committed
push
1 parent 863c24b commit 4f75986

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/Firebase/firebase.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import { initializeApp } from "firebase/app";
22
import { getAuth, GoogleAuthProvider } from "firebase/auth";
33
import { getFirestore } from "firebase/firestore";
44

5+
//add your project keys
56
const firebaseConfig = {
6-
apiKey: "AIzaSyAom0LZXX8OKjxLZ9KMPbqqKKm48sDnb5U",
7-
authDomain: "chatting-application-126c8.firebaseapp.com",
8-
projectId: "chatting-application-126c8",
9-
storageBucket: "chatting-application-126c8.appspot.com",
10-
messagingSenderId: "579602789407",
11-
appId: "1:579602789407:web:808eadff437097e5c6912a",
12-
measurementId: "G-2JMPEDYKNL",
7+
apiKey: "",
8+
authDomain: "",
9+
projectId: "",
10+
storageBucket: "",
11+
messagingSenderId: "",
12+
appId: "",
13+
measurementId: "",
1314
};
1415

1516
// Initialize Firebase

0 commit comments

Comments
 (0)