We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b440deb commit 2f967afCopy full SHA for 2f967af
src/firebase-messaging-setup.ts
@@ -8,7 +8,14 @@ import 'firebase/compat/auth';
8
9
// Your Firebase configuration (get this from your Firebase project settings)
10
const firebaseConfig = {
11
- // ... your config
+ apiKey: "AIzaSyDSTc5VVNNT32jRE4m8qr7hVbI8ahaIsRc",
12
+ authDomain: "peaceinthemiddleeast.firebaseapp.com",
13
+ databaseURL: "https://peaceinthemiddleeast-default-rtdb.firebaseio.com",
14
+ projectId: "peaceinthemiddleeast",
15
+ storageBucket: "peaceinthemiddleeast.appspot.com",
16
+ messagingSenderId: "529824094542",
17
+ appId: "1:529824094542:web:eadc5cf0dc140a2b0de61f",
18
+ measurementId: "G-NKGPNTLDF1"
19
};
20
21
// Initialize Firebase (using the compat app import)
0 commit comments