> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/access/login/social-login-configuration/ios-build-for-social-login.md).

# iOS build for social login

### How to configure social login for the iOS app build?

The social login feature is available for WordPress, WooCommerce and Custom app solutions, allowing app users to log in using Google and Apple. Follow these steps to configure your iOS app build for social login:&#x20;

{% embed url="<https://scribehow.com/shared/iOS_build_for_social_login__iMYLsvrRSYOwirSyLYRhpw>" %}

#### Step 1 : Access login build settings

* From your AppMySite app dashboard, navigate to [**Access < Login**](https://app.appmysite.com/app/login)**.**
* Click on the [**build settings button**](https://app.appmysite.com/app/login/build-settings) and enable the toggle for social logins

#### Step 2: Set up your Google Firebase

* Navigate to [**Google Firebase**. ](https://console.firebase.google.com/)
* Generate the google-services.json file from the Project Overview> Project Settings.
* Under the General tab, go to "Your Apps" section and click on your iOS app
* Download the GoogleServices-Info.plist from your Google Firebase account.
* Upload the .plist file in the Google Firebase configuration field.&#x20;
* Click on Save.&#x20;

Visit this link for a complete guide on creating a [Firebase app project](/app/notifications/basic-notifications/create-firebase-project.md):

{% content-ref url="/pages/6SLKJlgk39WUqYLvDldm" %}
[Create Firebase project](/app/notifications/basic-notifications/create-firebase-project.md)
{% endcontent-ref %}

#### Step 3: Enable Sign-in provider on Firebase

Now, enable Google authentication as a Sign-in provider in your Firebase account:

* Navigate to the Authentication section from the sidebar.
* Click on the Sign-in method.
* Then, click on Add new provider.
* Select Google from the list of additional providers.
* In the popup menu, turn on the Enable toggle.
* Click Save to finalize the changes.

{% hint style="danger" %}
Google login will not function unless Google is selected as a provider in the **Sign-in Method** section of the authentication settings on your Firebase account.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/app/access/login/social-login-configuration/ios-build-for-social-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
