Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase verification email template editing

Are there or will be any way to edit the verification email template or put in different languages, not only English. The user experience is horrible for non-english users. Please, could you share the roadmap of this feature.

Thanks, Tomás

like image 486
Tomás Hernández Avatar asked Jan 26 '17 15:01

Tomás Hernández


1 Answers

Before sending firebase email you can set the language of a template. You can edit templates in different languages in firebase console (Template in English you can edit the only subject)

firebase.auth().languageCode = 'ua';

firebase.auth().currentUser.sendEmailVerification()
like image 173
Omelchenko Anatolii Avatar answered Sep 20 '22 15:09

Omelchenko Anatolii