-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
CountryListSpinner does not set the selected CountryInfo #2005
Comments
This looks like it would be a great PR - you can just hit the edit button on the top right of that file here on github and propose it ? FirebaseUI-Android/auth/src/main/java/com/firebase/ui/auth/ui/phone/CountryListSpinner.java Line 89 in 980d0cc
|
when can we expect this fix push to latest release? |
Hi, When will the next version be released with this fix? |
Guys, it's terrible. You have a critical issue for several month. You have more than 10 people who is waiting for a fix. Finally, you have this fix. Why you don't just release a new version with a fix? Does google pay for development of this library? If it does it definitely should not! |
The fix will be available in version |
Firebase Auth-UI sign-in with phone number has an issue as the CountryListSpinner does not provider the actual selected CountryInfo via method getSelectedCountryInfo().
I've checked the code an there is a small change required:
Please check, "mSelectedCountryInfo = info;" needs to be set as commented above.
Please update, as phone number authentication is not working in version 8.0.0 due to missing country code.
The text was updated successfully, but these errors were encountered: