Skip to content

Commit 36d7209

Browse files
committed
remove google analytics
1 parent a7589ec commit 36d7209

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

packages/web/index.html

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,7 @@
1313
<script>
1414
var global = global || window;
1515
</script>
16-
<script type="module">
17-
// Import the functions you need from the SDKs you need
18-
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.16.0/firebase-app.js";
19-
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.16.0/firebase-analytics.js";
20-
// TODO: Add SDKs for Firebase products that you want to use
21-
// https://firebase.google.com/docs/web/setup#available-libraries
2216

23-
// Your web app's Firebase configuration
24-
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
25-
const firebaseConfig = {
26-
apiKey: "AIzaSyDB5_44AT7IM0h49mzdeZAdVt8tBx-oH4Y",
27-
authDomain: "jump-defi.firebaseapp.com",
28-
projectId: "jump-defi",
29-
storageBucket: "jump-defi.appspot.com",
30-
messagingSenderId: "689536437470",
31-
appId: "1:689536437470:web:622a62fa3a422eb9d2864f",
32-
measurementId: "G-2MSF5XF8LY",
33-
};
34-
35-
// Initialize Firebase
36-
const app = initializeApp(firebaseConfig);
37-
const analytics = getAnalytics(app);
38-
</script>
3917
<title>Jump DeFi</title>
4018
</head>
4119

0 commit comments

Comments
 (0)