Creating a Firebase Project

Get an overview of the Firebase architecture and create a new Firebase project for your web application.

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:

...