File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ import { initializeApp } from "firebase/app";
22import { getAuth , GoogleAuthProvider } from "firebase/auth" ;
33import { getFirestore } from "firebase/firestore" ;
44
5+ //add your project keys
56const 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
You can’t perform that action at this time.
0 commit comments