firebase configured

This commit is contained in:
2026-03-12 05:45:18 -04:00
parent 504e5b9bc7
commit 6417ae6410
2 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"projects": {
"default": "your-firebase-project-id"
"default": "whsfund-c5e40"
}
}

View File

@@ -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);