[Solved] Sign in component not seeing Firebase?

I was having issues with the DragDropCode tutorial so decided to go back to basics and even copying the Sign In documentation works!

But, when I use the DDC code it says the user doesn’t exist?

Hi,
Did you use the sign up block, and if so, can you send a picture of those blocks?
Thank you!

It looks like you’re using two when Sign in button Click blocks to sign in the user. Is there a reason you are duplicating that process? Are you testing those at the same time (which I don’t recommend) or independently?

Also, what happens if you hard code the email and password as text strings (that is, remove the functions temporarily and keep things really simple)?

On the back end in the Firebase Console, you can check to see which usernames have been created by the Sign Up block.

As @brianl mentioned, we’ll need to see your Sign Up blocks.

1 Like

I don’t know why but it works suddenly! Also the two buttons was just to show the two versions of the code, they weren’t running concurrently! Anyway, the signup was
1

Just in case anyone stumbles on this thread in the future. I didn’t make any changes so no idea what fixed my issue, but glad it’s fixed so I can move onto the “real app”! Thanks again guys for your help!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.