# Firebase

> Deploy Nitro apps to Firebase.

<note>

You will need to be on the [**Blaze plan**](https://firebase.google.com/pricing) (Pay as you go) to get started.

</note>

## Firebase app hosting

Preset: `firebase_app_hosting`

<read-more title="Firebase App Hosting" to="https://firebase.google.com/docs/app-hosting">



</read-more>

<tip>

You can integrate with this provider using [zero configuration](/deploy/#zero-config-providers).

</tip>

### Project setup

<steps level="4">

#### Go to the Firebase [console](https://console.firebase.google.com/) and set up a new project.

#### Select **Build > App Hosting** from the sidebar.
- You may need to upgrade your billing plan at this step.



#### Click **Get Started**.
- Choose a region.
- Import a GitHub repository (you’ll need to link your GitHub account).
- Configure deployment settings (project root directory and branch), and enable automatic rollouts.
- Choose a unique ID for your backend.



#### Click Finish & Deploy to create your first rollout.

</steps>

When you deploy with Firebase App Hosting, the App Hosting preset will be run automatically at build time.
