firebase configured
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "your-firebase-project-id"
|
||||
"default": "whsfund-c5e40"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user