Creating a Firebase Project
Explore how to create a Firebase project to host your cloud-native web application. Learn to set up resource locations, enable Google Analytics, and register your web app for seamless Firebase Hosting integration.
We ended the previous chapter with the web service ready to run in development mode. Now, we will prepare the production environment on Firebase Hosting.
Firebase Architecture
At this point, we will refer to a specific part of the project overview diagram to give you a high-level idea of the architecture we are working towards.
According to the above illustration, we will host our web application on Firebase, which uses a powerful global Content Distribution Network (CDN) to simplify the deployment process and make access as efficient as possible.
Create a Firebase project for your web application
To create a new project:
-
Open the Firebase ...