I am using Firebase for E-Mail verification.
Problem: I am only able to change the subject of the email, which is ok, but consider following situation:
1) Language of verfication email: english
2) I change the subject to: "Please confirm email address for XYZ."
Now, my app runs in germany and a german user wants to register and sign in. Then he gets an Email which is automatically translated into german(just the email body),which is fine, but the subject still is in english! I am not able to edit the subject for each specific langauge! That is horrible. So the message body gets translated automatically, but the subject is just in one language. That is a horrible user experience.
I tried to change the language of the template to german and change the subject to german text and saved it. But then if a english user gets a verification email where the body is in english and the subject in german!?!?!
So how to solve that?
