Spaces:
Sleeping
Sleeping
Update web/analyzer.html (#12)
Browse files- Update web/analyzer.html (989216029f8d56b50f003ba29532e517681d03ca)
Co-authored-by: Ayush Sankar <AyushSankar13@users.noreply.huggingface.co>
- web/analyzer.html +6 -6
web/analyzer.html
CHANGED
|
@@ -202,12 +202,12 @@ web/analyzer.html<!DOCTYPE html>
|
|
| 202 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js";
|
| 203 |
|
| 204 |
const firebaseConfig = {
|
| 205 |
-
apiKey: "
|
| 206 |
-
authDomain: "
|
| 207 |
-
projectId: "
|
| 208 |
-
storageBucket: "
|
| 209 |
-
messagingSenderId: "
|
| 210 |
-
appId: "1:
|
| 211 |
};
|
| 212 |
|
| 213 |
const app = initializeApp(firebaseConfig);
|
|
|
|
| 202 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js";
|
| 203 |
|
| 204 |
const firebaseConfig = {
|
| 205 |
+
apiKey: "AIzaSyAKWstCc7HqMgV8DmH2Sy6QwUP3JvZxu9g",
|
| 206 |
+
authDomain: "appchallenge-c8fe3.firebaseapp.com",
|
| 207 |
+
projectId: "appchallenge-c8fe3",
|
| 208 |
+
storageBucket: "appchallenge-c8fe3.firebasestorage.app",
|
| 209 |
+
messagingSenderId: "943791692455",
|
| 210 |
+
appId: "1:943791692455:web:ae04d06bf09669b6bdd982",
|
| 211 |
};
|
| 212 |
|
| 213 |
const app = initializeApp(firebaseConfig);
|