Configure Firebase

Learn how to configure Firebase Authentication and FirebaseUI.

For the purpose of this course, we are going to use an authentication feature provided by Firebase. This makes sense, given that you already deploy to Firebase Hosting and have the Firebase SDK installed and configured.

Firebase authentication

Firebase Authentication provides a range of authentication options, from anonymous users to email and password to integration with federated identity providers such as Google, Facebook, ...