Firebase Authentication simplifies the process of adding user sign in and registration functionality into your Android app. Firebase Authentication provides a backend and an SDK for managing user authentication in multiple different ways including using a simple email address and password.<\/p>\n\n\n\n
Model View ViewModel (MVVM) is a software architecture pattern that helps you structure your Android project into classes that provide a clear separation of concerns and improves the extensibility and maintainability of your code.<\/p>\n\n\n\n
I have put together this tutorial on how to use Firebase Authentication to add user registration, sign-in and sign-out functionality to an Android app while structuring the Android project using the MVVM design pattern.<\/p>\n\n\n\n
We will use multiple Android architecture components from the Jetpack library to implement this app including the navigation architecture component, ViewModel and LiveData.<\/p>\n\n\n\n
In order to create an Android app that uses Firebase Authentication that follows the MVVM design pattern we will need to:<\/strong><\/p>\n\n\n\n
In this post, I will walk you through each of these steps in detail and provide code samples embedded in this blog post that are also available for free on GitHub<\/a>.<\/p>\n\n\n\n