Update index.html to support web

This commit is contained in:
hunteraraujo
2023-09-15 14:17:44 -07:00
parent b7f04b0663
commit 001b795ea0

View File

@@ -19,6 +19,7 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="google-signin-client_id" content="387936576242-iejdacrjljds7hf99q0p6eqna8rju3sb.apps.googleusercontent.com">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -38,6 +39,30 @@
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.4.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.4.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: "AIzaSyBvYLAK_A0uhFuVPQbTxUdVWbb_Lsur9cg",
authDomain: "prod-auto-gpt.firebaseapp.com",
projectId: "prod-auto-gpt",
storageBucket: "prod-auto-gpt.appspot.com",
messagingSenderId: "387936576242",
appId: "1:387936576242:web:7536e0c50dd81b4dd7a66b",
measurementId: "G-8PRS69JJRL"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
<script>