Skip to content

Commit

Permalink
chore: Remove unused Firebase SDK imports and initialization code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantigi254 committed Jul 10, 2024
1 parent f92cc5d commit 4f6c85e
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions New Portfolio Website Updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,29 +296,7 @@ <h2 id="contact">Contact</h2>
});
});
</script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.12.3/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: "AIzaSyBQ4Q8VvUw4qSD0zPF0X7Ko0YQceRtqRE8",
authDomain: "barbah-games-testing-1b741.firebaseapp.com",
projectId: "barbah-games-testing-1b741",
storageBucket: "barbah-games-testing-1b741.appspot.com",
messagingSenderId: "421550269456",
appId: "1:421550269456:web:9d788bb9ab3a05f9f91695",
measurementId: "G-71W7CB1SSH"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>

</body>

</html>

0 comments on commit 4f6c85e

Please sign in to comment.