I'd like to add additional information to a Firebase user object, like
- Phone Number
- Username
- Address
- etc...
How can i add extra information in user profile details when user sign up createUserWithEmailAndPassword()
this method
My firebase version is - "firebase": "^5.7.2"