I'm trying to reset the password of user account inside my flutter app rather then resetting the password through the link that is sent to the email,
i have found a method in FirebaseAuth is :
confirmResconfirmPasswordReset(code, newPassword)
i can use it after using of :
sendPasswordResetEmail
but as i said the problem here is the email that i have receive to reset the password contain a link with oodCode for reseting the password on a website,
i just want to display only the oodCode in that email to use it with the confirmResconfirmPasswordReset function of FirebaseAuth.