i'm new to firebase Authentication.. so, i'm creating a basic app with a profile, i've made an activity to edit basic informations of the user such as DisplayName
and Email
... , i wan't to add the capability of changing passwords, but first , i wan't to check current user's password and compare it to a String
from an InputEditText
that the user must know his current password before changing it.
EDIT :
the thing i'm asking about is i ask the user to write his current Password
in order to be able to change it to a new one to reduce hacking or something like that, like on Facebook
when you're trying to change the Email
or Password
or even the Name
it asks you for your current Password
.