# Add Social Login

### Step 1:&#x20;

1. Log in to your [SashiDo](https://www.sashido.io/) account and open your app's dashboard.
2. Go to the **App** **Settings** then **Users** tab in the dashboard.

### Step 1.1: Configure Facebook Login in SashiDo

1. Under **Social Login**, find **Allow Facebook authentication** and click **Enable**.
2. Enter the **App ID** and **App Secret** you copied from the [Facebook Developers dashboard](https://docs.booms.live/parse-server-setup/pages/JhVZ7zyuSabtzVVNQiIw#step-1.1-configure-facebook-login).
3. Click **Save** to apply the changes.

### Step 1.2: Configure Apple Login in SashiDo

1. Under **Social Login**, find **Allow Sign in with Apple** and click **Enable**.
2. Enter the **BUNDLE ID** the same used in [Firebase Setup.](https://docs.booms.live/parse-server-setup/pages/wyIteQnLmjeMvoeA8u9P#step-1.2-add-firebase-to-your-ios-app)
3. Click **Save** to apply the changes.

<mark style="background-color:blue;">Make sure that</mark> <mark style="background-color:blue;"></mark><mark style="background-color:blue;">**Allow username and password-based authentication**</mark> <mark style="background-color:blue;"></mark><mark style="background-color:blue;">and</mark> <mark style="background-color:blue;"></mark><mark style="background-color:blue;">**Allow anonymous users**</mark> <mark style="background-color:blue;"></mark><mark style="background-color:blue;">are enabled.</mark><br>

<figure><img src="/files/xKfpqfIYWxNv1yWfpIPy" alt=""><figcaption><p>Enable Social Logins</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.booms.live/parse-server-setup/add-social-login.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.
