firebase / friendlyeats-web

Apache License 2.0
493 stars 412 forks source link

on step 2 "the server responded with a status of 400" #23

Closed Kamran21 closed 6 years ago

Kamran21 commented 6 years ago

Its not clear for someone who is new to using firebase cli and the firebase use --add if the project name created in the console should be specific or not. an example is needed!

for example I gave my app the name friendlyEatsWeb and and run firebase use --add > picked "friendlyEatsWeb" >alias "defualt"> run "firebase serve" And I all I get blank web page with console error "Failed to load resource: the server responded with a status of 400 ()".

Somehow I was right and I was able to proceed and I realized it after enabling anonymous login on step 4, So it is not a bug just a suggestion for a more detail's and examples for step 2

vogelbeere commented 6 years ago

yes I am pretty sure it doesn't tell you anywhere to enable anonymous login.

michaelyfan commented 6 years ago

Sorry to resurrect this thread, but I am just getting this error now, and it's unclear from the original post what the solution is. Can someone assist?

onin91 commented 6 years ago

I'm having a problem in STEP 2 ---Error: HTTP Error: 404, The specified project was not found.

nicolasgarnier commented 6 years ago

The issue was that Anonymous Authentication was not enabled and you needed to enable it in the Firebase app console. I have re-worked the codelab instructions to make this more clear.