In our application, we have a login page but it currently doesn't do anything. We need to let users login, and after successful login, we'll redirect them to the tasks page.
To do this, we'll inject the AngularFire Auth dependency and call signInWithEmailAndPassword
when the user clicks the login button.