> ## Documentation Index
> Fetch the complete documentation index at: https://docs.accessowl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Firebase

AccessOwl integrates with Firebase to provision and deprovision user access in your Firebase project.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from the Firebase project during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Owner** access to your Firebase project, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Firebase in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account as Owner">
    AccessOwl shows you the integration account's email address. In Firebase:

    * Open your Firebase project's **Settings**, then go to the **Users and permissions** tab.
    * Click **Add member**.
    * Enter the integration account's email address.
    * Set the role to **Owner**.
    * Click **Add**.

    <Note>
      Owner is the only role in Firebase with permission to manage project members (add, remove, and change roles). Firebase sends an invitation email to the integration account - the invite must be accepted before AccessOwl can connect.
    </Note>
  </Step>
</Steps>
