firebaseui-web icon indicating copy to clipboard operation
firebaseui-web copied to clipboard

Google one tap login, Worked before, but now get "The selected credential for the authentication provider is not supported!"

Open rjjan opened this issue 1 year ago • 13 comments

[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

rjjan avatar Apr 11 '24 08:04 rjjan

Experiencing same issue, even with the demo from this project's Readme:

Screenshot 2024-04-11 at 10 33 26 AM

https://fir-ui-demo-84a6c.firebaseapp.com/

louisptremblay avatar Apr 11 '24 14:04 louisptremblay

Running into the same problem, Using safari/edge/firefox does work.

Jens-Co avatar Apr 13 '24 15:04 Jens-Co

I have the same issue. However, Google login (the button above Facebook) worked so I plan on just disabling the Google one-tap login.

androng avatar Apr 14 '24 23:04 androng

Currently having the same issue.

orzcode avatar Apr 17 '24 01:04 orzcode

Currently having the same issue.

bcat95 avatar Apr 17 '24 06:04 bcat95

We are also running into the same issue, is there a workaround for this?

giriraj-hh avatar Apr 18 '24 18:04 giriraj-hh

Currently having the same issue.

bcat95 avatar Apr 19 '24 06:04 bcat95

I'm having the same issue

lelyu avatar Apr 20 '24 20:04 lelyu

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/

orbachar avatar Apr 24 '24 11:04 orbachar

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/

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 ?

frascavone avatar Jul 22 '24 16:07 frascavone

same problem here, neither the readme nor the proposed workaround worked.

mindtricksdev avatar Jul 26 '24 18:07 mindtricksdev