> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enappd.gitbook.io/ionic-taxi-booking-app-starter/firebase-setup-and-integration/firebase-project-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
