Open russellwheatley opened 7 months ago
Hi @russellwheatley, thank you for reporting the issue. I was able to reproduce the issue with the MCVE you shared. I noticed that eventhough the locale shows und
the verification email language is correct. I’ll notify our engineers and see what we can do here.
Hi @lehcar09, any updates on this issue? Maybe a workaround?
@russellwheatley @lehcar09 Any news?
[READ] Step 1: Are you in the right place?
Yes, right place.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
language locale in auth blocking function is "und" which means undetermined. This is occuring even when setting the language code.
First reported on FlutterFire repo: https://github.com/firebase/flutterfire/issues/12519
This is not an issue on firebas-ios-sdk.
Logcat shows why it is "und":
Steps to reproduce:
I have a repo with reproduction here: https://github.com/russellwheatley/firebase-android
Here are the steps taken from README:
npm i
in backend/functions directory followed bynpm run deploy
to deploy the cloud functions to your firebase project.authBeforeUserCreated {"locale":"und",....other properties}.
This should be "en-US".Relevant Code: