React Native Firebase
    Preparing search index...
    • Completes the password reset process, given a confirmation code and new password.

      Parameters

      • auth: FirebaseAuthTypes.Module

        The Auth instance.

      • oobCode: string

        The out-of-band code sent to the user.

      • newPassword: string

        The new password.

      Returns Promise<void>

      A promise that resolves when the password is reset.