Skip to content

Commit 792b008

Browse files
Update index.html
1 parent 42ee02d commit 792b008

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

index.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -106,25 +106,27 @@ <h1 style="text-align:center;">Welcome to coderunner.me!</h1>
106106
</head>
107107
<body>
108108
<script type="module">
109-
// Import the functions you need from the SDKs you need
110-
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.12.1/firebase-app.js";
111-
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.12.1/firebase-analytics.js";
112-
// TODO: Add SDKs for Firebase products that you want to use
113-
// https://firebase.google.com/docs/web/setup#available-libraries
114-
// Your web app's Firebase configuration
115-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
116-
const firebaseConfig = {
117-
apiKey: "AIzaSyChEvixQ9bwidUl8lYd0OA0g2jipK9bzLI",
118-
authDomain: "coderunnerme.firebaseapp.com",
119-
projectId: "coderunnerme",
120-
storageBucket: "coderunnerme.appspot.com",
121-
messagingSenderId: "5462217235",
122-
appId: "1:5462217235:web:8ead8bb1a7bf6e1b7de5e6",
123-
measurementId: "G-H8VEMZM2PH"
124-
};
125-
// Initialize Firebase
126-
const app = initializeApp(firebaseConfig);
127-
const analytics = getAnalytics(app);
109+
// Import the functions you need from the SDKs you need
110+
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js";
111+
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js";
112+
// TODO: Add SDKs for Firebase products that you want to use
113+
// https://firebase.google.com/docs/web/setup#available-libraries
114+
115+
// Your web app's Firebase configuration
116+
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
117+
const firebaseConfig = {
118+
apiKey: "AIzaSyBH3LvyIKTVeEZ4KYFbxFAWumn2B9GtzTE",
119+
authDomain: "cmepass-391c3.firebaseapp.com",
120+
projectId: "cmepass-391c3",
121+
storageBucket: "cmepass-391c3.appspot.com",
122+
messagingSenderId: "495360510420",
123+
appId: "1:495360510420:web:338107bc68b5f0bb7e2e41",
124+
measurementId: "G-DL15HN05NG"
125+
};
126+
127+
// Initialize Firebase
128+
const app = initializeApp(firebaseConfig);
129+
const analytics = getAnalytics(app);
128130
</script>
129131
<center>
130132
<input type="text" id="input"> <button onclick="check()">check</button>

0 commit comments

Comments
 (0)