The app in debug mode was working fine and everything is good. after releasing apk, Google sign-in doesn't work. I tried all the possible solutions, I checked f
I want to adjust google login api(GSI) redirect mode. If api complecated, redirect the url to "http://localhost:3000/oauth", post credential token to backend an
I have successfully integrated Google login in android without Firebase. We are using MySQL. I have followed this YouTube Flutter tutorial, but I have no idea
In Google's OIDC guide, section Exchange code for access token and ID token states that I must provide a client_secret. If I select the relevant client ID from
I am trying to trigger the Prompt for User Consent to open on clicking a custom html button rather than the Login iframe button rendered by Google. I am using S
I am new in Flutter.I face a problem about [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException. This is my Debug Console: Launch
Connected Firebase with my Android project and here is my build.gradle file code: apply plugin: 'com.android.application' android { compileSdkVersion 26
When any internet user enters a certain URL, I serve up an html dashboard that is generated from an AWS Lambda written in Python. This requires a bit of setup f
I am integrating Google Sign In Auth with my App using google_sign_in flutter plugin. It is working all fine except the idToken expires after an hour. Just befo
I use GoogleSignIn for iOS (GoogleSignIn-iOS), v6.1.0, in my iOS app. All calls to my backend have the idToken in the request header. The id token is verified i
I am trying to create a Google sign-in and getting the error: Permission denied to generate login hint for target domain Before you mark this a duplicate,
Approaching to the final stage of the authentification, but something is going wrong in handleSignInResult method. It returns Exception code 10 (Developer error
I am trying to integrate Google sign-in into my android app using Firebase, but I am running into issues. I am following the tutorial here, and I believe that
I using google with sign in. From today morning, google sign in was not working. Not sure why its happening. I am getting error : ID Token expired On my consol
I am currently working on migration to One-Tap Sign-In, and after I tried few times on the device, my device gets blacklisted with exception (Caller has been te
const onGoogleLoginFailure = () => { console.log("failed"); }; const onGoogleLoginSuccess = useCallback((response) => { const idToken = re
I am trying to implement Google Sign In in my android flutter app, but I have this problem: When user cancel Google sign in (tap on back button) this exception
I have been trying to implement Google login screen using Flutter. final AuthResult authResult = await _auth.signInWithCredential(credential); The editor, f
I'm implementing "Sign in with Google" using the Google "GSI" library. My application uses Next.js and TypeScript, so I'm looking for: An npm package including
I've searched the whole internet, tried every possible solution, still I'm not being able to sign in using GoogleSignIn from my flutter app. Things I've tried