React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
updateProfile
Function updateProfile
updateProfile
(
user
:
User
,
profile
:
{
displayName
?:
string
|
null
;
photoURL
?:
string
|
null
}
,
)
:
Promise
<
void
>
Updates the user's display name and/or photo URL.
Parameters
user
:
User
profile
:
{
displayName
?:
string
|
null
;
photoURL
?:
string
|
null
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Updates the user's display name and/or photo URL.