Introduction to Firebase Authentication

Learn how to implement a simple login system using Firebase.

In most of the applications, storing information about the user is the most common task. We’ll use Firebase authentication to identify the user.

Firebase authentication offers us multiple ways of logging in the user, including:

  • Email and password
  • Google
  • Facebook
  • Twitter
  • Phone
  • Anonymous

In this lesson, we’ll use the email and password authentication method.

Get hands-on with 1200+ tech skills courses.