Activity 14: Documentation of your Activity #13

For this shows a Windows command prompt window. User is attempting to install the Firebase tools globally using the npm package manager.

And for this is user installing the Firebase tools on their Windows system. The process involves installing the Firebase tools globally using the npm package manager. After installation, the user is prompted to log in to their Firebase account. This is a common step when using Firebase tools, as it allows the tools to access and manage the user's Firebase projects. See screenshot shows the user successfully logging in to their Firebase account.

here is user initializing a Firebase project in a directory called "Activity8" on their Windows system. User is using the Firebase CLI to set up the project, which involves creating a new Firebase project and associating it with the current directory. CLI is prompting the user to choose which Firebase features they want to set up for the project.

Firebase CLI initializing a project in a directory containing an Angular codebase. CLI detected the Angular codebase and asked the user if they want to use it. User confirmed and chose the "asia-east1" region for hosting server-side content. CLI also asked if the user wants to set up automatic builds and deploys with GitHub, which the user declined. CLI then proceeded to write configuration information to "firebase.json" and ".firebaserc" files. Finally, the Firebase initialization completed successfully.

here is show successful deployment of an Angular application to Firebase Hosting. Firebase CLI has successfully deployed the application to the project "ruzzel12-b1d01," providing a detailed log of the deployment process. CLI also provides a link to the Firebase console for the deployed project and the URL of the deployed application. Deployment was completed successfully, and the user can now access their application at the provided URL.

Here the link:

https://ruzzel12-b1d01.web.app/

~~ Arigato