1. 15
    Sign in Users to Your Application with AngularFire Auth
    2m 10s

Sign in Users to Your Application with AngularFire Auth

InstructorJorge Vergara

Share this video with your friends

Send Tweet

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.