Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-signin]

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

0 votes
0 answers
8 views

"Something Went Wrong Error": Ionic -Capacitor Android app Google Auth Signing Issue

I integrated Google Oauth Sign In in my Angular/Ionic Capacitor App but I have an issue in Android Device: When the user clicks on the Google login button from the app, a popup appears to select the ...
Karthika P J's user avatar
0 votes
0 answers
14 views

How to hide sensitive information in com.google.android.gms.signin.xml file on Android

I have a PENTEST finding in Android on a rooted device. It has highlighted a google SDK file /data/{my_app}/shared_prefs/com.google.android.gms.signin.xml. This file seems to be storing user ...
iuq's user avatar
  • 1,519
0 votes
0 answers
17 views

Google OAuth Account suggestions after Sign-in breaks Authentication Flow

I've recently implemented Google Auth in our web application, and we are encountering an issue that disrupts the authentication flow for certain accounts. Here's a detailed description of the problem: ...
Víctor González Martínez's user avatar
0 votes
1 answer
23 views

Issue with Session Data Persistence in Google OAuth Login Integration

I’m having trouble with handling user types during Google login in my Laravel application. Here's what I've implemented and the issue I'm facing: Controller Implementation: Redirect from Register: ...
Thilina Thennakoon's user avatar
-1 votes
0 answers
16 views

Google login integration in java microservices architecture [closed]

while integrating google login functionality in java i am getting invalid credentials in response, I am using microservices architecture in java, when i give call to google that API service is running ...
Urvashi Udavant's user avatar
0 votes
0 answers
7 views

google signin error: PlatformException(sign_in_failed, h2.b: 10: , null, null)

i am trying to sign in to google in my app but it gives me this error, the error is only present in production code and works just fine in debugging or the emulator: Non-fatal Exception: io.flutter....
maherbmf's user avatar
-1 votes
0 answers
20 views

Authentication Issue with Serverpod and Google Sign-In: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10)

I am new to Serverpod and currently working on developing backend implementation using it. I posted a question earlier but haven't received any responses yet. Now, I am encountering an authentication ...
Sachu Alex's user avatar
0 votes
0 answers
44 views

How to handle google_sign_in_web using renderButton

I'm trying to log in with google_sign_in_web using renderButton, but I'm having a lot of problems and can't find any tutorials (that don't raise exceptions) on how to proceed. Below the widget I've ...
Giulia Santoiemma's user avatar
0 votes
0 answers
36 views

How to get client ID for google_sign_in_web

I need to read my app's client ID to sign in via google_sign_in_web. I found this command: GoogleSignIn googleSignIn = GoogleSignIn( clientId: const String.fromEnvironment('GOOGLE_CLIENT_ID'), ); ...
Giulia Santoiemma's user avatar
0 votes
1 answer
20 views

Firebase signInWithRedirect using option: 3 proxy request

I am using signInWithRedirect from firebase/auth package. Starting from June 2024 we need to implement one of the 5 options for it to work, when the app is not hosted on firebase. My app is hosted on ...
fxdxpz's user avatar
  • 1,989
0 votes
1 answer
46 views

Firebase Google login in Web shows incorrect App name

Problem: I set the App name in the Google Cloud console but it doesn't appear in my web google login popup window, instead of xxx.firebaseapp.com. As image showed, Google login popup window doesn't ...
Zixuan Zhu's user avatar
0 votes
1 answer
37 views

Google GSI Client Libray setting data-login_uri request origin as null resulting in CORS problems

I'm currently implementing Google Sign-In using the Google GSI client library. I've encountered an issue where the origin of the request is set to null during the data-login_uri request. This is ...
BRFM's user avatar
  • 1
0 votes
2 answers
48 views

Failed to Launch Selector UI: Google Sign-In with CredentialManager in Android

I'm trying to implement Google Sign-In in my Android app using CredentialManager. However, I'm encountering an issue where the selector UI fails to launch, and I receive the error message: "...
mtb19's user avatar
  • 1
0 votes
0 answers
24 views

Initially, I was able to sign in with Google, but after logging out, the issue persists

`I have integrated Authjs with GoogleProvider in my Nextjs project , at first i was able to sign in with google but after once i got logged out it says : [auth][error] AdapterError: Read more at https:...
Rupesh Khatri's user avatar
0 votes
0 answers
78 views

Firebase google sign in OAuth - [firebase_auth/invalid-credential] access_token audience is not for this project -Flutter

I am creating google sign-in OAuth for my flutter app, First I created a Firebase project with 2 android apps (Members app and admins app) which is having same SHA keys which I figured out later. It ...
krish cyber's user avatar

15 30 50 per page
1
2 3 4 5
342