Google Account Picker

  • Description

      Google Account Picker


      The component Google Account Picker allows you to select a Google account on the device.

      Can be used for example to make a login/register system in a quick and easy way.

      Note: this component does not require any special permission.

  • Procedures

    • Pick
    • This method allows you to launch the authentication dialog.
  • Events

    • Picked
    • This event receives the email of the account that the user has selected to login.
  • Ejemplo

    • Adding the Google Account Picker
    • We just use the method pick to launch the login dialog so the user can select an account.

    • Then, in order to receive the email of the account chosen by the user we will use the event picked

    • Ready! We now have running our Google Account Picker.