Created
September 28, 2019 19:42
-
-
Save abhinavraj23/92b5b9f4ea6d35bd3bcc4977bee48103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override | |
| public void onStart() { | |
| super.onStart(); | |
| // Check if user is signed in (non-null) and update UI accordingly. | |
| FirebaseUser currentUser = mAuth.getCurrentUser(); | |
| updateUI(currentUser); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment