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
3 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
15 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
45 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
0 votes
0 answers
18 views

Handling User Registration Without Email and Multiple Authentication Methods

I'm working on a web application where users can register using different authentication methods like Google and Facebook, but some users may have registered without providing an email address. Here's ...
Sajith Madushanka's user avatar
0 votes
0 answers
21 views

Custom Google Login Button Not Triggering Authentication

I'm trying to implement a custom Google login button using the Google Identity Services SDK. I want to style the button myself, instead of using the default Google button. However, when I click on my ...
X_X_X's user avatar
  • 1
0 votes
2 answers
64 views
+50

correct way to implement google login

As I was researching ways to integrate google login to my app, I found several different ways: gapi (js library, deprecated), Google's lib GIS(or GSI, Google Identity Services, new google SDK over ...
BumbleBee's user avatar
0 votes
0 answers
19 views

Kotlin Compose Google SignIn with Firebase returns null

I'm trying to create a button in my kotlin compose app that lets users to sign in with a google account. To do so I've realizaed the code below that sends a request to firebase but instead of ...
WiseAppDev's user avatar
1 vote
0 answers
26 views

Run Flutter in debug mode with google-services.json for multiple users

I am currently implementing the google_sign_in package in Flutter. I am facing the error described here and trying to fix it by adding the hashes from my debug keystore as described in this answer. ...
Sebb's user avatar
  • 212
0 votes
0 answers
25 views

How to embed/use GoogleSignIn in SwiftUI app?

import GoogleSignIn import GoogleAPIClientForREST import GTMSessionFetcher import SwiftUI class GoogleSheetsViewModel: ObservableObject { private var sheetsService = GTLRSheetsService() @...
Molanter's user avatar
0 votes
0 answers
13 views

Can't find google idp client in my google developer console

I am developing a webapplication and i am using aws cognito for user authentication. In aws cognito i configured oauth so my users are able to login into my application with google-login. I created a ...
simon1389's user avatar
0 votes
0 answers
20 views

Create a new keystore in Visual Studio and connect it to an existing App in my Google Play Console

We had a change with developers and a switch of machines. Now it seams that we lost the connection (certificate/password) to our PlayStore. What I did: I started an created a new keystore in Visual ...
xMRi's user avatar
  • 15.3k
0 votes
1 answer
49 views

When authorizing with the Android Authorization API, how can I prevent the permission confirmation popup from appearing every time?

I have successfully logged in with a Google account using CredentialManager and obtained a ServerAuthCode using the Authorization API. However, there is a problem. Even though I use the same account ...
MohuMohu.Corp's user avatar
0 votes
0 answers
71 views

I am unable to implement Sign in with Google (Firebase) for Android with Flutter

Exception has occurred. PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)) Sign in with google is working as expected with iOS The ...
Gurmay Malvai's user avatar
0 votes
1 answer
29 views

Do we need android folder in expo while building production build?

I am working with expo and had to use "@react-native-google-signin/google-signin package that was not directly supported by the expo so I had to make an development build for expo (Containing ...
Anand Kumar's user avatar
0 votes
0 answers
87 views

Google account logout error in web application

I have an application in which you log in with a Google account to see the calendar with the events of that account, my problem comes when it comes to logging out, the code below is the function in ...
Hugo Jiménez's user avatar

15 30 50 per page
1
2 3 4 5
341