yasir commited on
Commit
9ec7291
1 Parent(s): 2dbe4b6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +22 -0
index.html CHANGED
@@ -659,6 +659,28 @@ document.getElementById('oss').onclick = ()=>{
659
  };
660
  document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
661
  </script>
 
 
 
 
 
 
662
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  </body>
664
  </html>
 
659
  };
660
  document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
661
  </script>
662
+ <script type="module">
663
+ // Import the functions you need from the SDKs you need
664
+ import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
665
+ import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-analytics.js";
666
+ // TODO: Add SDKs for Firebase products that you want to use
667
+ // https://firebase.google.com/docs/web/setup#available-libraries
668
 
669
+ // Your web app's Firebase configuration
670
+ // For Firebase JS SDK v7.20.0 and later, measurementId is optional
671
+ const firebaseConfig = {
672
+ apiKey: "AIzaSyDA40xpjwKzWIHmDz5oRu9BircpHfqncuI",
673
+ authDomain: "fumesai.firebaseapp.com",
674
+ projectId: "fumesai",
675
+ storageBucket: "fumesai.appspot.com",
676
+ messagingSenderId: "573294764046",
677
+ appId: "1:573294764046:web:f98a507a60045cf8a91c5f",
678
+ measurementId: "G-CZ2LETVP9K"
679
+ };
680
+
681
+ // Initialize Firebase
682
+ const app = initializeApp(firebaseConfig);
683
+ const analytics = getAnalytics(app);
684
+ </script>
685
  </body>
686
  </html>