# Create Firebase project

### Creating a new Firebase project

1. Navigate to <https://firebase.google.com/>.
2. Click **Get Started**.<br>

   <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80110269250/original/5fBzI5pk4rzW0aTcE7NSMNOSestqYUyP5Q.png?1654434275" alt=""><figcaption><p>Firebase landing page - Get Started</p></figcaption></figure>
3. Login with your Google account.
4. On the welcome screen, click **Add project**.<br>

   <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80082666728/original/-PNFM4Q2WrdgOg8MLDTgiwr3aMtp-dKs3Q.png?1646234591" alt=""><figcaption><p>Create new Firebase project</p></figcaption></figure>
5. Enter a **name** for your project.
6. **Accept** the terms of service.
7. Click **Create project**.
8. Enter a **name** for your Firebase project and click **Continue**.<br>

   <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80109854032/original/dIyTb0nsgOL9IfBFiZFriKPqX7qCq76Gyw.png?1654178966" alt=""><figcaption><p>Enter Firebase project name</p></figcaption></figure>
9. If you would like to track your app using **Google Analytics**, then make sure that the option is enabled before using the Continue button to proceed.<br>

   <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80109691505/original/onxhUQjmCbyoVEVgG0pAnHD68NTEydRqRA.png?1654155829" alt=""><figcaption><p>Enable Google Analytics for Firebase project</p></figcaption></figure>
10. Choose or create a Google Analytics account and click on the **Create Project** button to finish creating the Firebase project.<br>

    <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80109695008/original/cKcW1Etp9llSPGiEFrG0MZITLUOlSKUvlw.png?1654156334" alt=""><figcaption><p>Configure Google Analytics for Firebase project</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.appmachine.com/app-details/firebase/create-firebase-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
