# Login With Google

![](/files/pmLqglbI5GYuoKkfy2KS)

{% tabs %}
{% tab title="Entry Vars" %}
**Should Always Select Account :** If enabled it will show all google accounts registered on the device.

**Step by Step :**

<figure><img src="/files/NVCF7O7HzTwtz6JIwzuO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & OutVars" %}
**Error login with google :** It is executed when a connection is not achieved.

OutVars

`Null`

**In progress :** It is executed when the login attempt is in process.

OutVars

`Null`

**Play services not available :** It is executed when logging in is not achieved since it is trying to log in with the same account on another platform.

OutVars

`Null`

**Sign in cancelled :**  It is executed when the user cancels the login attempt.

OutVars

`Null`

**Successful login with google :** It is executed when the user achieves a successful login.

OutVars

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}


---

# 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.apphive.io/reference/funciones/users-e/login-with-google.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.
