From 697fddd4f3d67dd26465e91b96894e2536a82b58 Mon Sep 17 00:00:00 2001
From: msramalho <19508417+msramalho@users.noreply.github.com>
Date: Mon, 17 Mar 2025 12:35:42 +0000
Subject: [PATCH] Revert "implements new signin/up method that allows for
longer sessions, and additionally allows email with link signin"
This reverts commit ffaeaffe20e0e304fa7b00d0d809d9183015c63b.
---
README.md | 4 +-
functions/README.md | 1 -
package.json | 2 +-
src/components/FirebaseLogin.vue | 78 ---------------------------
src/components/NavBar.vue | 2 +
src/components/WelcomeCard.vue | 26 ++++++---
src/firebase.js | 2 +-
src/gapi.js | 2 +
src/store/index.js | 90 +++++++++++++++++++++++++++++++-
yarn.lock | 4 +-
10 files changed, 117 insertions(+), 94 deletions(-)
delete mode 100644 functions/README.md
delete mode 100644 src/components/FirebaseLogin.vue
diff --git a/README.md b/README.md
index 49762fb..fd6741e 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ yarn lint
2. login to your firebase account with `firebase login`
3. make sure you have access to the project `firebase projects:list`
4. build `yarn build` and check with `yarn preview`, once all is good release `firebase deploy --only hosting`
-
-
+5. to update schedule functions `firebase deploy --only functions` currently these are disabled
+6. if you add any library to a function, install it inside the `/functions` folder and not in the root folder
\ No newline at end of file
diff --git a/functions/README.md b/functions/README.md
deleted file mode 100644
index b85b0e2..0000000
--- a/functions/README.md
+++ /dev/null
@@ -1 +0,0 @@
-these are currently disabled.
\ No newline at end of file
diff --git a/package.json b/package.json
index 5dd7c43..862ee3d 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"@mdi/font": "^7.2.96",
"core-js": "^3.8.3",
"firebase": "^9.22.0",
- "firebaseui": "^6.1.0",
+ "firebaseui": "^6.0.2",
"gapi-script": "^1.2.0",
"googleapis": "^134.0.0",
"moment": "^2.30.1",
diff --git a/src/components/FirebaseLogin.vue b/src/components/FirebaseLogin.vue
deleted file mode 100644
index 9164715..0000000
--- a/src/components/FirebaseLogin.vue
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 375a277..f084ac6 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -77,6 +77,8 @@
>
+