Firebase auth have own error messages for special error.Like if passwords input is lower than 6 char there is a special error message for it.If email is not correct there is another special error message for it.
I want change this error messages to my own localized texts.
I can add if block to Failes block and check error messages.
If errormessage==Email not correct
notifier show alert = Email geçersiz.
I can do this but i need catch all of the error messages and create if query for each error.But if i can change error message ı just add nofier to Failes block and just use errormessage as nofier input
Notifier show alert = errormessage
Is it possible?