mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
no more firebase
This commit is contained in:
parent
58916fbd4e
commit
f94b680c78
23
index.html
23
index.html
@ -1,29 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<HTML lang="en">
|
||||
<HEAD>
|
||||
<script type="module">
|
||||
// Import the functions you need from the SDKs you need
|
||||
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.15.0/firebase-app.js";
|
||||
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.15.0/firebase-analytics.js";
|
||||
// TODO: Add SDKs for Firebase products that you want to use
|
||||
// https://firebase.google.com/docs/web/setup#available-libraries
|
||||
|
||||
// Your web app's Firebase configuration
|
||||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
|
||||
const firebaseConfig = {
|
||||
apiKey: "AIzaSyDVae7Z88y6e28V8RRH718dUk7Z-uvm9VU",
|
||||
authDomain: "website-main-372011.firebaseapp.com",
|
||||
projectId: "website-main-372011",
|
||||
storageBucket: "website-main-372011.appspot.com",
|
||||
messagingSenderId: "995928426583",
|
||||
appId: "1:995928426583:web:b8ba21163893e13f043b12",
|
||||
measurementId: "G-0NLJR7E58T"
|
||||
};
|
||||
|
||||
// Initialize Firebase
|
||||
const app = initializeApp(firebaseConfig);
|
||||
const analytics = getAnalytics(app);
|
||||
</script>
|
||||
<meta name="ahrefs-site-verification" content="dddc9587d8e6d98c3ad0e2b49cdba8522194cef2529d26a21dce6ddce57b1110">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user