5,180 questions
-1
votes
1
answer
20
views
Cypress gives "This browser or app may not be secure" google auth
Cypress. gaves this dialog after i entered login Email.
it('Login via Google', function() {
cy.visit(website + 'login')
cy.get('a[href="/connect/google"]').click()
cy.origin('...
0
votes
0
answers
43
views
Firebase Auth link - Problem with the Google login, no possibility to change to own project name
I made two attempts
No change in the settings
When trying to log in via google it pops up the full link to the project in Firebase, how can I change this so that instead of a link there is just the ...
1
vote
0
answers
16
views
I am getting “network_error” while attempting oauth SignIn using clerk
I can login and signup fine in my react native expo app. but when i try to login with the clerk o_auth, i am getting an error:
{
"code": "network_error",
"...
0
votes
1
answer
41
views
Android Google SignIn getCredentialAsync unrecognized
Following this tutorial, I've implemented the following:
In build.gradle (app)
implementation "androidx.credentials:credentials:1.3.0"
implementation "androidx.credentials:credentials-...
0
votes
0
answers
21
views
OAuthNotConfigureException: oauth param not configured
I'm encountering an issue while trying to implement Google Sign-In using AWS Amplify in my Expo Go app. When I use await signInWithRedirect({ provider: 'Google' }), I get the following error: [...
-3
votes
1
answer
41
views
Google sign in not working after publishing app on play store even I have added the SHA1 keys of play app signing and uploaded key [closed]
Google sign in not working
Showing error :
Platform exception(sign_in_failed, com.google.android.gms.common.api.j: 10: , null, null)
I have also added the both sha 1 keys that are present on Google ...
0
votes
0
answers
79
views
Can Google Sign-In Be Used Without Firebase in Flutter Now?
I am implementing Google Sign-In in my Flutter app without Firebase, but I am encountering the following error:
PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10:, ...
2
votes
1
answer
71
views
Google Credential Manager getId() Method Returns Google ID Instead of Email Address for Gmail Account
I am using Google Credential Manager in my Android app to handle sign-in with Google accounts. I successfully implemented the feature, but I’m encountering an issue when logging in with a specific ...
0
votes
0
answers
23
views
Error 400 in google sign-in(React Native)
When I try to use google sign-in methods on youtube in my React Project, I met and error called
Access blocked:TheReactApp's requestis invalid
You can't sign in because TheReactApp sent an ...
-3
votes
0
answers
45
views
This browser or app may not be secure.Learn more Try using a different browser.If you're already using a supported browser you can try again to signin [duplicate]
While I am running a automation script in chrome using selenium java in between there was google sign in I am able to enter the email id and after the clicking next I am getting this error
This ...
0
votes
1
answer
21
views
The credential still show up after calling clearCredentialState
I have signed in to account A, then signed out by calling clearCredentialState.
After that, when relaunching the app, I called getCredential with .setFilterByAuthorizedAccounts(true) and ....
0
votes
1
answer
65
views
Firebase iOS, how to detect a user previously signed up through Google when trying to register using Google?
I can do this with Sign in with Apple, but I don't seem to be able to do this for Google:
I want to make sure that if a user selects "Sign Up with Google" they can only use it if no Google ...
-1
votes
0
answers
30
views
How to Prevent Clerk from Overwriting User Names on SSO Sign-In?
I'm using Clerk for authentication in my app and supporting SSO providers like Google. When a user signs up through Google, Clerk sets their first and last name based on their Google profile, which ...
0
votes
0
answers
53
views
Accessing user phone numbers with Google login for test users
I’m trying to implement Google login in my application and want to access users’ phone numbers.
I’ve created an unverified app in the Google Console, enabled the Google People API, and added the phone ...
0
votes
0
answers
40
views
Unauthorize Google Sign In?
My app automatically signs-in the users if they have previously authorized Google sign in with their account. I am trying to revoke the access now but unable to do so. I followed this: Unauthorize ...