diff --git a/login.js b/login.js
index 5cb3e135d66ce23d026d4870c8f90ec79ce8cb22..2fc115b738f5ef1cad33b6b7a1ec00091c8aefdf 100644
--- a/login.js
+++ b/login.js
@@ -1,7 +1,14 @@
+<script type="module">
 import {initializeApp} from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
 import {getDatabase, set, ref, update} from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
 import { getAuth, createUserWithEmailAndPassword, signInWithEmailAndPassword, onAuthStateChanged, signOut } from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
 
-const firebaseConfig ={
-    
-}
+const firebaseConfig ={ // this will consist of things we need to get. I don't know if I can actually implement 
+    api: //
+    authDomain: //
+    projectID: //
+    storageBucket: //
+    meggagingSenderId : //
+    siteID: //
+};
+</script>