angularfire
angularfire copied to clipboard
Can't set custom lang to email templates
Version info
Angular: 17.0.4
Firebase: 10.10.0
**AngularFire:**17.0.1
How to reproduce these conditions
Simply - try to set any lang and send password reset email
this.afAuth.languageCode = new Promise((resolve) => resolve('pl-PL'));
this.afAuth.sendPasswordResetEmail('[email protected]');
Expected behavior
Email will be sent in defined lang by lang code
Actual behavior
Email is in default lang template, that is set in firebase - one for everyone.
Method "this.afAuth.useDeviceLanguage();" working fine
This issue does not seem to follow the issue template. Make sure you provide all the required information.
This is related to #3296 -> i've already tried everything mentioned in found solutions.