Firebase authentication
Reading Time: 5 minutes In this tutorial we are going to learn how to integrate in our app the Firebase authentication, so we will use email, Facebook and Google to register and login the user. Under the hood we will use the MVVM architecture. It means we will have a ViewModel and some MutableLiveData and LiveData to store the data and share it with the user … Read more