Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set custom lang to email templates #3510

Open
SatarisGIT opened this issue Mar 29, 2024 · 2 comments
Open

Can't set custom lang to email templates #3510

SatarisGIT opened this issue Mar 29, 2024 · 2 comments

Comments

@SatarisGIT
Copy link

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('example-email@gmail.com');

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

@google-oss-bot
Copy link

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

@SatarisGIT
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants