This is a Start-Up kit for a Firebase web project, which uses Vue3 and firebase 9.
- Node.js version 14 or later.
- Git clone this repository
- Run "yarn global add firebase-tools" to install firebase tools.
- Run "yarn install" once to get necessary node modules.
- Run "yarn install" once in the functions directory as well.
- Open the firebase console (from https://firebase.google.com) and add a project
- From the dashboard of this project, add an app and choose "web" (</>).
- From the setting of this app, choose "Config" (in Firebase SDK snippet)
- Copy the config file, and paste into src/config/project.ts file.
- Replace the word "fir-vue-startup-kit" in .firebaserc file with your Firebase project name.
- Open the firebase console, and create a Cloud Firestore (make it "secure" for now).
- Enable Firebase Hosting on the firebase console.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist
folder.
It correctly bundles Vue in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Deploys the app to the Firebase cloud. You need to run "yarn run build" before the deployment.
Run Prettier, rewrite code as code formatting.
- Create and download the new service account's JSON key
- Add that JSON key as a secret in your GitHub repository. JSON key is FIREBASE_SERVICE_ACCOUNT_FIR_VUE_STARTUP_KIT.
- Add firebase project id as a secret in your GitHub repository. JSON key is FIREBASE_PROJECT.
More detail: see, https://github.com/marketplace/actions/deploy-to-firebase-hosting
This is the sample site I deployed.