Following these links https://firebase.google.com/docs/auth/web/manage-users#update_a_users_profile and https://firebase.google.com/docs/auth/web/manage-users#get_a_users_provider-specific_profile_information
I was able to authenticate user and log in with their twitter account. However, I want to get the screenName
of an user. How will I do that?
I've checked some network request and I see the screenName
attribute. I've checked onAuthStateChanged
and it returns user
attribute but without the screenName
.