I have following flow for my sign up process:
User fills out details and signs up (gets send verification email)
After this user is logged i
Based on android I did
firebase.auth().currentUser.reload().then(() => { console.log(firebase.auth().currentUser) })
this returns updated information about the user, I couldn't find this anywhere in the docs for some reason