angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Can't set custom lang to email templates

Open SatarisGIT opened this issue 10 months ago • 2 comments

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

SatarisGIT avatar Mar 29 '24 13:03 SatarisGIT

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Mar 29 '24 13:03 google-oss-bot

This is related to #3296 -> i've already tried everything mentioned in found solutions.

SatarisGIT avatar Mar 29 '24 13:03 SatarisGIT