diff --git a/.firebaserc b/.firebaserc index 5a98f50..e53d434 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "your-firebase-project-id" + "default": "whsfund-c5e40" } } diff --git a/src/firebase.js b/src/firebase.js index 64a57b7..889757c 100644 --- a/src/firebase.js +++ b/src/firebase.js @@ -2,15 +2,13 @@ import { initializeApp } from 'firebase/app'; import { getAuth } from 'firebase/auth'; import { getFirestore } from 'firebase/firestore'; -// TODO: Replace with your actual Firebase project configuration. -// Get this from Firebase Console > Project Settings > General > Your apps > Web app const firebaseConfig = { - apiKey: "YOUR_API_KEY", - authDomain: "YOUR_PROJECT_ID.firebaseapp.com", - projectId: "YOUR_PROJECT_ID", - storageBucket: "YOUR_PROJECT_ID.firebasestorage.app", - messagingSenderId: "YOUR_SENDER_ID", - appId: "YOUR_APP_ID", + apiKey: "AIzaSyAA7nmvia_CrPUnbong7xTF7vcoRdhXbyw", + authDomain: "whsfund-c5e40.firebaseapp.com", + projectId: "whsfund-c5e40", + storageBucket: "whsfund-c5e40.firebasestorage.app", + messagingSenderId: "395581871999", + appId: "1:395581871999:web:919c94680146e45fd06c4a", }; const app = initializeApp(firebaseConfig);