Email and Password Authentication¶
Challenge¶
Give users the ability to sign in with their email password, assuming they already registered an account. Notify the user if there's an error with their sign in attempt (wrong password). And if the user signs in successfully, redirect them to the home page.
Demo
You may find this article from the Firebase docs helpful.