From ffaeaffe20e0e304fa7b00d0d809d9183015c63b Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:36:35 +0000 Subject: [PATCH] implements new signin/up method that allows for longer sessions, and additionally allows email with link signin --- README.md | 4 +- functions/README.md | 1 + package.json | 2 +- src/components/FirebaseLogin.vue | 76 +++++++++++++++++++++++++++ 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, 92 insertions(+), 117 deletions(-) create mode 100644 functions/README.md create mode 100644 src/components/FirebaseLogin.vue diff --git a/README.md b/README.md index fd6741e..49762fb 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 new file mode 100644 index 0000000..b85b0e2 --- /dev/null +++ b/functions/README.md @@ -0,0 +1 @@ +these are currently disabled. \ No newline at end of file diff --git a/package.json b/package.json index 459df47..62a10c5 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.0.2", + "firebaseui": "^6.1.0", "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 new file mode 100644 index 0000000..fa9b7a9 --- /dev/null +++ b/src/components/FirebaseLogin.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index f084ac6..375a277 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -77,8 +77,6 @@ > - Sign In -