> 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/wordpress/wp-social-login-issue.md).

# WP Social login issue

### Why are my social logins not working?

AppMySite supports social logins via Google and Apple. If the social logins on your app are not working, ensure you have followed the steps below:&#x20;

* [**Configure your Android app and iOS app for social login**](/app/access/login/social-login-configuration.md) on Google Firebase.&#x20;
* Ensure you have enabled Google authentication as a Sign-in provider in your Firebase account.&#x20;

#### Steps to enable Google authentication

<figure><img src="/files/uTxxEGXMSh3gq9p4QDbY" alt=""><figcaption></figcaption></figure>

* [**Login to your Firebase account**](https://console.firebase.google.com/) and go to the relevant app project.&#x20;
* Navigate to the Authentication section from the sidebar.
* Click on the Sign-in method.
* 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.

Follow the detailed guide to configure social login for your apps:&#x20;

{% content-ref url="/pages/aW2SypMFRIweTjh0OS5Q" %}
[Social login configuration](/app/access/login/social-login-configuration.md)
{% endcontent-ref %}

You can always contact[ our support team](https://app.appmysite.com/email-support) if you are experiencing issues.&#x20;


---

# 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/wordpress/wp-social-login-issue.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.
