April 2018
Intermediate to advanced
284 pages
6h 43m
English
Firebase Authentication is a very impressive feature for granting read/write access to your users via security rules. We haven't covered or added security rules in our helpdesk application. Firebase gives us the ability to authenticate with its own email/password and OAuth 2 integrations for Google, Facebook, Twitter, and GitHub. We'll also integrate our own auth system with Firebase to give access to the helpdesk application and allow the user to create an account on our systems.
Let's take a look at the list of firebase providers for authentication and perform the following steps to enable Firebase authentication for our application: