Spaces:
Sleeping
Sleeping
Update web/past_data.html (#15)
Browse files- Update web/past_data.html (3961c44164456cf5b5ae4a7d859e16f3a91c30b1)
Co-authored-by: Ayush Sankar <[email protected]>
- web/past_data.html +7 -6
web/past_data.html
CHANGED
@@ -35,12 +35,13 @@
|
|
35 |
import { getAuth, onAuthStateChanged, signOut } from 'https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js';
|
36 |
|
37 |
const firebaseConfig = {
|
38 |
-
apiKey: "
|
39 |
-
authDomain: "
|
40 |
-
projectId: "
|
41 |
-
storageBucket: "
|
42 |
-
messagingSenderId: "
|
43 |
-
appId: "1:
|
|
|
44 |
};
|
45 |
|
46 |
const app = initializeApp(firebaseConfig);
|
|
|
35 |
import { getAuth, onAuthStateChanged, signOut } from 'https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js';
|
36 |
|
37 |
const firebaseConfig = {
|
38 |
+
apiKey: "AIzaSyAKWstCc7HqMgV8DmH2Sy6QwUP3JvZxu9g",
|
39 |
+
authDomain: "appchallenge-c8fe3.firebaseapp.com",
|
40 |
+
projectId: "appchallenge-c8fe3",
|
41 |
+
storageBucket: "appchallenge-c8fe3.firebasestorage.app",
|
42 |
+
messagingSenderId: "943791692455",
|
43 |
+
appId: "1:943791692455:web:ae04d06bf09669b6bdd982",
|
44 |
+
measurementId: "G-HJ7EHW8V4N"
|
45 |
};
|
46 |
|
47 |
const app = initializeApp(firebaseConfig);
|