> For the complete documentation index, see [llms.txt](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enappd.gitbook.io/ionic-taxi-booking-app-starter/firebase-setup-and-integration/firebase-project-setup.md).

# New Firebase Project Setup

It includes the 2 main steps :-&#x20;

1. **Creating a new firebase project**
2. **Add firebase to your web app**

### 1. Creating a new firebase project

Open your [firebase console](https://console.firebase.google.com). You will see the screen shown below. Click on "Add Project" to create your new project.&#x20;

![](/files/-M57p0A4FcD2MkTLQ0Uv)

Write name of your project and click on "Continue". In this case, we have named our project as “TaxiDemo”. &#x20;

![](/files/-M57pc6l6hTxKUI4RsNW)

\
Once you see "Configure Google Analytics" screen - Choose or Create your Google Analytics account, as shown below. Now click on "Create project"

![](/files/-M57pM8Kk1WXWNqJBTHx)

\
Please wait for a while your project is being created

![](/files/-M57q26imBhhxT3W0XP1)

###

### 2. Add firebase to your web app

The image below the default screen after your project is successfully created. Click on “Project settings”

![](/files/-M57qHvW5vj4FJ13r85L)

Scroll down the page and go to the last section which says “There are no apps in your project”.  Select the 3rd option with this icon  “\</>” to add firebase to your web app.

![](/files/-M57uqEPD7J6t5oTTxql)

Register your app by providing name in the "App nickname" section and click on "Register App" button. In this case, we have used “Taxidemo” in the App nickname section.

![](/files/-M57v5Rkfq5T0nDGjE6S)

You should see the following screen.

![](/files/-M57vHlUmXX8T4Q7vGod)

Select the following section of code, as shown below and copy it to some text editor as it will be used at multiple places in next steps.

![](/files/-M57xrW522s5FNRFE1-9)

###

### Adding firebase to project

Now we will add firebase to our project.

Go to Add Firebase to Project section to see how to do it.
