> For the complete documentation index, see [llms.txt](https://docs.booms.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.booms.live/facebook-login-setup.md).

# Facebook Login Setup

### Step 1: Set Up Your Facebook App

1. Go to the [Facebook Developers](https://developers.facebook.com/) website and log in.
2. Click on **My Apps** in the top right corner and then **Create App**.
3. Select **For Everything Else** and click **Next**.
4. Enter the **Display Name** for your app, provide your email, and select a category.
5. Click **Create App ID** and complete the security check.
6. Once the app is created, you will be redirected to the app dashboard.

#### Step 1.1: Configure Facebook Login

1. In the app dashboard, go to **Settings > Basic**.
2. Copy the **App ID** and **App Secret**; you will need these for Firebase.
3. In the **Add Platform** section, click **Add Platform** and select **iOS** and/or **Android** depending on your application.
4. For iOS:
   * Enter your **iOS Bundle ID**.
5. For Android:
   * Enter your **Package Name** and **Default Activity Class Name**.
6. Click **Save Changes**.

<mark style="color:purple;">**Make sure that at the end of this progress, you have  saved for later use**</mark>:

* `Facebook AppID`
* `Facebook Client Token`
* `Facebook App Secret`<br>
