Questions tagged [google-identity]

The Google Identity Platform consists of identity tools from Google to help you quickly build an authentication system for reducing the friction of getting users into your app.

The Google Identity Platform consists of identity tools from Google to help you quickly build an authentication system for reducing the friction of getting users into your app.

Currently the Google Identity Platform is built of:

483 questions
11
votes
1 answer

Occured an INTERNAL_ERROR when requestEmail from GoogleSignInOptions Android

I'm following google instruction to add sign in with google button to my app. If I request sign in without requestEmail() GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .build(); It…
Choxmi
  • 1,584
  • 4
  • 29
  • 47
10
votes
7 answers

[GSI_LOGGER]: The value of 'callback' is not a function. Configuration ignored

I'm migrating from Google Sign-in platform to the newer Google Identity Services library. App.svelte:
quanta
  • 3,960
  • 4
  • 40
  • 75
10
votes
6 answers

Google's sign in button resizes after loading

I am following https://developers.google.com/identity/gsi/web/guides/display-button#javascript to add Google sign-in to my ReactJS app. I added