React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
confirmPasswordReset
Function confirmPasswordReset
confirmPasswordReset
(
auth
:
Auth
,
oobCode
:
string
,
newPassword
:
string
,
)
:
Promise
<
void
>
Confirms a password reset using the out-of-band code from the reset email.
Parameters
auth
:
Auth
oobCode
:
string
newPassword
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Confirms a password reset using the out-of-band code from the reset email.