How to add custom fields and business logics in firebase auth UI Android?

允我心安 提交于 2021-02-11 15:20:45

问题


I'm using firebase's pre-build auth UI and which seems very helpful to me reducing a lot of boilerplate code. But I'm facing some limitations. For email registration using prebuild auth UI, there are only the three fields I'm getting (Email, First and last name, password) showing the attached image below.

But I need to add some extra fields (Address, Postal code, etc) and apply some business logic like confirm password, password strength check, etc.

I got a solution from another question but it is not applicable for pre-build auth UI.

来源:https://stackoverflow.com/questions/63158214/how-to-add-custom-fields-and-business-logics-in-firebase-auth-ui-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!