Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanPhilip authored Sep 28, 2023
1 parent 87d5e05 commit d0da86c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,33 @@
<head>
<title>Assignment 4</title>
<meta charset="utf-8">
<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: "AIzaSyDHemBBkZ2bZF4EVOwUDpSp-276xZcBXyI",
authDomain: "profileapp-cd218.firebaseapp.com",
databaseURL: "https://profileapp-cd218-default-rtdb.firebaseio.com",
projectId: "profileapp-cd218",
storageBucket: "profileapp-cd218.appspot.com",
messagingSenderId: "288956891099",
appId: "1:288956891099:web:1dcbf41fa9dce2e4a9f1fe",
measurementId: "G-BXBMXDTEEX"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
</head>
<body>
<img src="assignment3logo.png" alt="a garbage logo">
</body>
</html>

0 comments on commit d0da86c

Please sign in to comment.