In this recipe, we will learn how to create our Firebase project so that we can deploy our application to the Firebase hosting:
- Open the Firebase home page (https://firebase.google.com/) and click on the Sign In link in the header menu. If you are already logged in to your Google account, click on the Go to console link.
- On the Console page, click on the Create a project button to create a new Firebase project.
- Firebase will ask for the project name (you can only use alphanumeric characters and spaces).
- Then, Firebase will ask whether you want to enable Google Analytics in this project. In our case, we will disable this option.
- Finally, you will be redirected to the project overview dashboard.