aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--signup/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index de16c17..248407c 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<button id="login">Login</button><br><br>
<a href="signup">Not a user? Signup Now!</a>
<script src="shared/jquery.js"></script>
- <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase-app.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
<script src="shared/firebaseConfig.js"></script>
<script src="shared/Login.js"></script>
</body>
diff --git a/signup/index.html b/signup/index.html
index 2d6fbba..1c845b2 100644
--- a/signup/index.html
+++ b/signup/index.html
@@ -13,7 +13,7 @@
<button id="login">Signup</button><br><br>
<a href="../">Already a user? Login Now!</a>
<script src="../shared/jquery.js"></script>
- <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase-app.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
<script src="../shared/firebaseConfig.js"></script>
<script src="../shared/Signup.js"></script>
</body>