Link: https://fir-static-hosting-site.web.app/
In this project i use firestore to store application data with CRUD Operation
Firestore is a nosql database like mongodb
firebase init
create new one,
or you can select existing project
then select Which Firebase features do you want to set up for this directory.
(*) Hosting: Configure files for Firebase Hosting and (optionally) set up GitHub Action deploys
What do you want to use as your public directory? your build directory [dist or build or other]
yarn build or npm run build
firebase deploy
=== Deploying to 'firebase-static-hosting-site'...
After few second you should this message
Deploy complete!