I am trying to access the Twitter username after logging in via firebase to Twitter, but the .getDisplayName method returns the user\'s name, not the @ Any ideas?
I have
This information is available in AdditionalUserInfo.getUsername(), which you can get from the AuthResult when the user signs in.
AuthResult
It is not available from FirebaseAuth.getInstance().getCurrentUser().
FirebaseAuth.getInstance().getCurrentUser()