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

# Firebase Integration (Archived)

> Learn how to integrate Firebase into VideoGPTAI

<Note>
  This is the legacy documentation for our original platform, Cades. Our platform has evolved significantly since then to offer both app and website creation capabilities. Find the new documentation [here](/welcome).
</Note>

## Integrating Firebase

### Step 1: Firebase Project Setup

<Steps>
  1. Create a new Firebase project at [Firebase Console](https://console.firebase.google.com)
  2. Add an Android app with your package name (Used `com.videogptai.android` in this example)
  3. Download the `google-services.json` file
</Steps>

### Step 2: Firebase Configuration

<iframe width="100%" height="315" src="https://www.youtube.com/embed/QMScKXX97as" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

Use this prompt to integrate Firebase:

```bash theme={null}
Integrate firebase into the project
```

When prompted, paste your `google-services.json` file contents into the chat.

## Refactoring Components

```bash theme={null}
Extract the template card in a seperate file for refactor save it in a components folder
```

<iframe width="100%" height="315" src="https://www.youtube.com/embed/y6ZyjQg24f8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
