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": { "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 { getAuth } from 'firebase/auth';
import { getFirestore } from 'firebase/firestore'; 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 = { const firebaseConfig = {
apiKey: "YOUR_API_KEY", apiKey: "AIzaSyAA7nmvia_CrPUnbong7xTF7vcoRdhXbyw",
authDomain: "YOUR_PROJECT_ID.firebaseapp.com", authDomain: "whsfund-c5e40.firebaseapp.com",
projectId: "YOUR_PROJECT_ID", projectId: "whsfund-c5e40",
storageBucket: "YOUR_PROJECT_ID.firebasestorage.app", storageBucket: "whsfund-c5e40.firebasestorage.app",
messagingSenderId: "YOUR_SENDER_ID", messagingSenderId: "395581871999",
appId: "YOUR_APP_ID", appId: "1:395581871999:web:919c94680146e45fd06c4a",
}; };
const app = initializeApp(firebaseConfig); const app = initializeApp(firebaseConfig);