Acrivity # 14 Documentation Of Activity 13.
Firebase is a comprehensive mobile and web application development platform provided by Google. It offers several useful features like Analytics, backend services, real-time data, cross--platform data and Integration with google cloud .
Step #1. The first thing I do is going to https://console.firebase.google.com/
to login a google account and create a project.
Step #2 : Set up the firebase hosting using the provided command.
npm install -g firebase-tools
Step #3:Open the project folder then Check the node version
Step #4 : I copy the provided command in firebase to start the deployment process.
Step #5 : After that you will login your email account in firebase.
firebase login
Step #6: Next is I type in cmd the firebase epxperminet to acces the different features that firebase offer.
firebase experiment
Step #7: firebase init
is a command used in the Firebase Command Line Interface (CLI) to set up a new Firebase project or add Firebase services to an existing project. It creates the necessary configuration files and links your local project folder to a Firebase project. This setup allows you to use Firebase features like hosting, cloud functions, or databases within your app
Step #8 : Using of ng build to compile all the project that have a necessary file to run in browser. In short, ng build
prepares your Angular app, and Firebase hosts it online
ng build
Step #9 : firebase deploy
Last step is you will be able to see the hosting link after the firebase deploy precess.