React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
verifyBeforeUpdateEmail
Function verifyBeforeUpdateEmail
verifyBeforeUpdateEmail
(
user
:
User
,
newEmail
:
string
,
actionCodeSettings
?:
ActionCodeSettings
|
null
,
)
:
Promise
<
void
>
Sends a verification email to the new address before updating the user's email.
Parameters
user
:
User
newEmail
:
string
Optional
actionCodeSettings
:
ActionCodeSettings
|
null
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Sends a verification email to the new address before updating the user's email.