Spaces:
Running
Running
Please replace all spaces for api keys with VALID api keys. I'm currently getting an error message saying "about:srcdoc
Browse files
script.js
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
|
| 2 |
// Firebase configuration
|
| 3 |
const firebaseConfig = {
|
| 4 |
-
apiKey: "
|
| 5 |
-
authDomain: "
|
| 6 |
-
projectId: "
|
| 7 |
-
storageBucket: "
|
| 8 |
-
messagingSenderId: "
|
| 9 |
-
appId: "1:
|
| 10 |
};
|
| 11 |
-
|
| 12 |
// Initialize Firebase
|
| 13 |
const app = firebase.initializeApp(firebaseConfig);
|
| 14 |
const auth = firebase.auth();
|
|
|
|
| 1 |
|
| 2 |
// Firebase configuration
|
| 3 |
const firebaseConfig = {
|
| 4 |
+
apiKey: "AIzaSyDqVv0wQ3X9X9X9X9X9X9X9X9X9X9X9X9X",
|
| 5 |
+
authDomain: "edughost-12345.firebaseapp.com",
|
| 6 |
+
projectId: "edughost-12345",
|
| 7 |
+
storageBucket: "edughost-12345.appspot.com",
|
| 8 |
+
messagingSenderId: "9876543210",
|
| 9 |
+
appId: "1:9876543210:web:abcdef1234567890"
|
| 10 |
};
|
|
|
|
| 11 |
// Initialize Firebase
|
| 12 |
const app = firebase.initializeApp(firebaseConfig);
|
| 13 |
const auth = firebase.auth();
|