codelab-friendlychat-web icon indicating copy to clipboard operation
codelab-friendlychat-web copied to clipboard

Firebase authentication error

Open reveurguy opened this issue 3 years ago • 19 comments

Describe the bug I am following the Codelab instructions for a friendly chat app . When i do firebase login , the link shown in terminal opens a page where it shows: Authorization Error Error 400: invalid_request Required parameter is missing: response_type

This is the message i get and thus i can't do the further steps.

To Reproduce Steps to reproduce the behavior: https://firebase.google.com/codelabs/firebase-web#3 I am getting the error in step 3 here.

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

reveurguy avatar Mar 24 '21 05:03 reveurguy

@reveurguy were you able to successfully set up your project on the https://console.firebase.google.com, if you did your credentials should work fine when you run firebase login

JamesVanWaza avatar Mar 24 '21 14:03 JamesVanWaza

@reveurguy were you able to successfully set up your project on the https://console.firebase.google.com, if you did your credentials should work fine when you run firebase login

yes, the project was set up successfully, but when i open the link on running firebase login, i get the above mentioned error.

reveurguy avatar Mar 24 '21 14:03 reveurguy

@samtstern any ideas?

JamesVanWaza avatar Apr 03 '21 13:04 JamesVanWaza

Some people have mentioned this issue on the Firebase CLI repo: https://github.com/firebase/firebase-tools/issues?q=is%3Aissue+400+response_type+

It seems that this comes from the login URL being truncated in your browser so that it's missing the code param.

samtstern avatar Apr 06 '21 11:04 samtstern

I got the same error, got stuck in the authentication .

Wasabi95 avatar Jan 04 '22 13:01 Wasabi95

@Wasabi95, which version of firebase are you running?

JamesVanWaza avatar Jan 04 '22 18:01 JamesVanWaza

10.0.1

@Wasabi95, which version of firebase are you running?

10.0.1

Wasabi95 avatar Jan 04 '22 19:01 Wasabi95

@Wasabi95, try copying the full url, see if that works. mine works on 10.0.1, also post a screenshot for the error. @samtstern might be able to assist.

JamesVanWaza avatar Jan 07 '22 12:01 JamesVanWaza

thanks, I will post it

Wasabi95 avatar Jan 07 '22 12:01 Wasabi95

Do you know how to preview a react project on GitHub pages? I follow the instructions here https://github.com/gitname/react-gh-pages but it did not work

Wasabi95 avatar Jan 07 '22 13:01 Wasabi95

I followed all the steps but I got stuck in step number 8 Scale with Cloud SQL when creating file " locations.go " error error loading workspace you are outside of a module. what might be the mistake 2022-01-08 ?

Wasabi95 avatar Jan 08 '22 14:01 Wasabi95

Which tutorial link are you trying to set up?

JamesVanWaza avatar Jan 08 '22 16:01 JamesVanWaza

I gor an erros in this codelab https://developers.google.com/codelabs/maps-platform/full-stack-store-locator?hl=en#0

and also this one https://firebase.google.com/codelabs/firebase-web?hl=en#0 here I got the sign in error

Wasabi95 avatar Jan 09 '22 01:01 Wasabi95

can you help me out with these 2 projects please ??

Wasabi95 avatar Jan 10 '22 14:01 Wasabi95

Will try and help with the Firebase one, the other one I haven't checked it out. Once I get to the laptop will retest and see how to solve it.

JamesVanWaza avatar Jan 10 '22 16:01 JamesVanWaza

thanks

Wasabi95 avatar Jan 10 '22 18:01 Wasabi95

@Wasabi95 let's create some time to work on it together, let me know your availability, send me an email at [email protected] so we can close this ticket.

JamesVanWaza avatar Jan 23 '22 21:01 JamesVanWaza

Hello I replied to email provided by you, it wasnt delivered. anyway let me know when you are available, thanks

Wasabi95 avatar Jan 25 '22 19:01 Wasabi95

I have a problem with auth in the user interface, it does not return anything as soon as I click on signs-in, the popup window opens but does not display any form to connect, no error message is returned too

BlackCagouProd avatar Jul 25 '22 01:07 BlackCagouProd