Google one tap login, Worked before, but now get "The selected credential for the authentication provider is not supported!"
[REQUIRED] Describe your environment
- Operating System version: Ubuntu_
- Browser version: Version 123.0.6312.105 (Official Build) (64-bit)___
- Firebase UI version: 6.1.0_
- Firebase SDK version: 10.10.0_
[REQUIRED] Describe the problem
Google one tap login Same as sample code Worked before now get "The selected credential for the authentication provider is not supported!" console log is [GSI_LOGGER]: FedCM get() rejects with AbortError
Steps to reproduce:
Relevant Code:
https://stackblitz.com/fork/firebase-issue-sandbox
// TODO(you): code here to reproduce the problem
Experiencing same issue, even with the demo from this project's Readme:
https://fir-ui-demo-84a6c.firebaseapp.com/
Running into the same problem, Using safari/edge/firefox does work.
I have the same issue. However, Google login (the button above Facebook) worked so I plan on just disabling the Google one-tap login.
Currently having the same issue.
Currently having the same issue.
We are also running into the same issue, is there a workaround for this?
Currently having the same issue.
I'm having the same issue
had the same issue, fixed it by implementing Google one tap on our side and then use signInWithCredential to login to firebase
https://contextify.dev/blog/google-one-tap-login-firebase/
had the same issue, fixed it by implementing Google one tap on our side and then use
signInWithCredentialto login to firebasehttps://contextify.dev/blog/google-one-tap-login-firebase/
Hi! I have the same problem in a nextjs 14 app using app router. but the linked solution did't work for me. Can you please provide more info ?
same problem here, neither the readme nor the proposed workaround worked.