Skip to content

Instantly share code, notes, and snippets.

@abhinavraj23
Created September 28, 2019 19:42
Show Gist options
  • Select an option

  • Save abhinavraj23/92b5b9f4ea6d35bd3bcc4977bee48103 to your computer and use it in GitHub Desktop.

Select an option

Save abhinavraj23/92b5b9f4ea6d35bd3bcc4977bee48103 to your computer and use it in GitHub Desktop.
@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