One of the most common features that apps require when connecting to a backend service is an authentication (login) form. Firebase makes creating a secure user login form extremely easy, using the FirebaseAuth service.
In this recipe, you will create a login form that uses a username and a password to authenticate the user.