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 @@ > + Sign In +