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({