googlesamples / google-services

A collection of quickstart samples demonstrating the Google APIs for Android and iOS
https://developers.google.com
Apache License 2.0
3.05k stars 2.53k forks source link

Yang auth #476

Closed butterflyforever closed 4 years ago

butterflyforever commented 4 years ago

This PR contains 2 updates

  1. Integrated login feature using Auth API and Firebase Auth
  2. Implemented Logout feature

The last commit:

  1. Add login fragment. Separate login process from MainActivity
  2. Reduce unnecessary variables in MainActivity
  3. Using ViewModel to save the user
  4. Fix bug in firebaseAuthWithGoogle addOnCompleteListener
  5. Remove the activity in back stack.