Update AuthInfo
The Update AuthInform function allows you to update default information of the user who has an active session

Key : You must select the property of the user you want to update (name . phone, photoURL)
Value : The new value to be stored in the selected user property must be entered.
Step by Step :

error : It is executed when one of the fields has not entered information or an option is selected.
OutVars
Null
Finally : It is always executed at the end of the process, asynchronously with any other calbaks that are executed.
OutVars
Null
notLoggedIn : It is executed when no logged in user is found.
OutVars
Null
then :Executed when the selected user information has been successfully updated.
OutVars
Null
Last updated
Was this helpful?