I have been reading the documentation and so far no luck, require the OAuth Access token as well. however, the Google Identity service does not give back the oAuth Access token. instead, it returns a JWT token. I’m looking for ways to use the JWT token response of one tap sign in to be passed in such a way that
Tag: google-signin
Givenname and Familyname claims are missing in firebase idtoken
I am trying to use Firebase to implement google login for our web application. here is what I have done to get the idtoken : Although I have added the profile scope still I can not get the givenname and familyname claims in the idtoken ( email , picture and name are avialable) (I have tried directly to use Google
Using google sign in button with react
I’m trying to use the google sign in in a react application. While using the sign in button as is outside the application itself works great, when using it within a custom SignIn component I can’t get it to work as expected. When the user signs in, the button itself should execute a data-onsuccess method. The problem is that the