Skip to main content

Questions tagged [google-signin]

Google Sign-In allows users to sign in to your application with their Google accounts

0 votes
0 answers
11 views

approval_state is not set when trying to add google login

I'm trying to add google login to my website. I tried both the login button and the one tap experience. both result in the following error in the console. [GSI_LOGGER]: Parameter approval_state is not ...
Bill Yan's user avatar
  • 3,408
0 votes
1 answer
38 views

Logged in but cant get the user data

I have added google sign in in my flutter web project, it's success to do login when i first run the code. But after do refresh, or hot restart, the currentUser data will be null. loginWithGoogle(...
SulistyArif's user avatar
0 votes
0 answers
32 views

GoogleSignInClient fails to authenticate secondary Gmail account in compose project

Could you please help me? I have a project on compose where I authenticate via Firebase (Gmail option). I use GoogleSignInClient that. When I sign in with my personal gmail account it works fine. But ...
Alex20280's user avatar
  • 195
0 votes
0 answers
15 views

Login using google not working after deployment

I have a asp.net core MVC web application where I have set-up "login using google" feature. It works perfectly fine in my localhost, however, I'm either getting the infamous "...
sbanik's user avatar
  • 33
0 votes
0 answers
40 views

Trying to login using google on android caused PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)

I got this flutter app that have normal email pwd login and im trying to make it use google login too, i tried to but i got the error as stated in the title `import 'package:flutter/services.dart'; ...
Hiếu Nguyễn's user avatar
0 votes
0 answers
17 views

SwiftUI Google Sign In fails in Simulator

When trying to use Google Sign In with the simulator I get a full hang of the app when calling this: GIDSignIn.sharedInstance.signIn(withPresenting: presentingVC) { user, error in if let error = ...
rnaud's user avatar
  • 2,612
0 votes
0 answers
17 views

Force reapproval of Google prompt when using Auth0 universal login

I'm using Auth0 as the IDP of a .NET 8 application to let the users sign in via Google. I have managed to get the Google access and refresh tokens for the user from Auth0, but sometimes I need to ...
Joel's user avatar
  • 8,836
0 votes
1 answer
35 views

[Credential Manager]Automatic login won't select the last account used when multiple Google accounts are present

I'm trying to use Google sign-in, referring to the documentation. https://developer.android.com/identity/sign-in/credential-manager-siwg The document mentions that calling the "...
胡全壮's user avatar
-1 votes
0 answers
44 views

How to get user's Birthday and gender from google login in 2024 [closed]

I am trying to authenticate users with Sign in with Google and then get their genders and birthdays. I can successfully sign in with google using Credential Manager following this gudiance: https://...
hmmmmm's user avatar
  • 1
0 votes
1 answer
37 views

Android Credential Manager: what's the differences between GetSignInWithGoogleOption and GetGoogleIdOption

When Authenticate users with Sign in with Google, the official document says "To trigger the Sign in with Google button flow, use GetSignInWithGoogleOption instead of GetGoogleIdOption", can ...
hmmmmm's user avatar
  • 1
-1 votes
0 answers
20 views

GoogleSignIn Undefined symbols when running xcode cloud

Building a CI pipeline with xcode cloud to run my unit tests. All my tests are passing locally when ran. I have GoogleSignIn-iOS(https://github.com/google/GoogleSignIn-iOS) for auth. Xcode cloud can ...
Trey6's user avatar
  • 169
0 votes
0 answers
31 views

Flutter (android only): Google Sign In Error in after uploading to play console: PlatformException(sign_in_failed, s8.b: 10: , null, null)

I'm using google_sign_in: ^6.2.1 package to add Sign in with Google functionality to the Flutter App. But this throws PlatformException(sign_in_failed, s8.b: 10: , null, null) error after releasing ...
shindeshubhamm's user avatar
0 votes
0 answers
58 views

Google Sign-In button (g_id_signin) - the icon is too close to text in RTL locales

I'm implementing Google Sign-In on my website and encountering an issue with the button layout in right-to-left (RTL) locales, specifically for Hebrew (he) and Arabic (sa). The Google icon within the ...
misolo's user avatar
  • 1,109
-1 votes
0 answers
25 views

Passing google token to server not working

I have a tester application android jetpack compose kotlin, It's a one page application that has a google sign in button and when you sign in with google it's supposed to launch the homescreen and ...
Babycoder99's user avatar
0 votes
0 answers
25 views

Is there a solution for implementing "Sign in with Google" functionality using AWS Federated Sign-In in a Chrome extension?

The Chrome extension is not allowing the redirection of the URL to a new tab for login and then redirecting back to my extension. I am facing an issue where after initiating the Google login process, ...
Anvesh's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
342