File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -909,16 +909,15 @@ <h2 class="modal-title">Start New Chat</h2>
909909 updateDoc
910910 } from 'https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js';
911911
912- // 🔥 REPLACE THIS WITH YOUR PROJECT CONFIG
913912 const firebaseConfig = {
914- // Your Firebase config should be here
915- apiKey : "your-api-key ",
916- authDomain : "your-auth-domain",
917- projectId : "your-project-id ",
918- storageBucket : "your-storage-bucket ",
919- messagingSenderId : "your-messaging-sender-id ",
920- appId : "your-app-id "
921- };
913+ apiKey: "AIzaSyDsy8TLR5rM8hXx4RCOupMesFTFyAnhP6I",
914+ authDomain : "mychat-a0c39.firebaseapp.com ",
915+ projectId : "mychat-a0c39",
916+ storageBucket : "mychat-a0c39.firebasestorage.app ",
917+ messagingSenderId : "258621648606 ",
918+ appId : "1:258621648606:web:574317aba2c4767a621c4f ",
919+ measurementId : "G-CWDC7Y80ZX "
920+ };
922921
923922 // Initialize
924923 const app = initializeApp(firebaseConfig);
You can’t perform that action at this time.
0 commit comments