HOW TO SET UP
make sure you have node.js on your pc if you dont have, click https://nodejs.org/en/ and install
go to your command prompt and type
to install firebase tools on your pc
login to your firebase by typing this command
make sure you have access the firebase project
type
to check the list of project you have access to by doing this ,you can deploy the project there or serve it
download or clone the project in the repository and go the path to in the command prompt and deploy the project by typing
this will deploy the project for you then you can copy the link given to you or you can
this will give you a link to open your project locally using localhost
type
which will automatically open your project for you on the web page
you can open the database through the webpage by typing this command
which will open the database for you or you can open the jason format of the database in the command line by typing
for additional details regarding Firebase CLI commands.