From ca542c1ebd15cc4c24971f77fbafd654faa2cd64 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:38:43 +0000 Subject: [PATCH] minor updates --- README.md | 4 ++-- src/gapi.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd6741e..29dad18 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/src/gapi.js b/src/gapi.js index b6e6138..e324928 100644 --- a/src/gapi.js +++ b/src/gapi.js @@ -1,6 +1,4 @@ import { gapi } from "gapi-script"; -// import { GoogleAuthProvider, signInWithCredential } from "firebase/auth"; -// import { firebaseAuth } from "@/firebase.js"; gapi.load("client:auth2", async () => { gapi.client.init({