FirebaseUI-Flutter icon indicating copy to clipboard operation
FirebaseUI-Flutter copied to clipboard

[📚] missing information for firebase_ui_auth

Open graemep-nz opened this issue 2 years ago • 1 comments

See https://github.com/firebase/flutterfire/issues/10431 for files etc. Issue number 6 in firebase_ui_auth 1.1.10 issues.pdf

It is very difficult to work out how to use the theme to control the appearance. Some better documentation is needed.

It is common for people to want to change the layout of the sign-in screen e.g. "Log in" instead of "sign in" etc. Some documentation is needed for the easiest way to do this.

For the "register" screen to work properly you need to have an action AuthStateChangeAction<UserCreated> - action this isn't documented anywhere.

For verify email, there is no documentation that says you need to supply ActionCodeSettings for verify to work on Android and IOS (not needed on web) or how to create them.

see also https://github.com/firebase/flutterfire/issues/10431 https://github.com/firebase/FirebaseUI-Flutter/issues/39 https://github.com/firebase/FirebaseUI-Flutter/issues/38 https://github.com/firebase/FirebaseUI-Flutter/issues/37 https://github.com/firebase/FirebaseUI-Flutter/issues/36

graemep-nz avatar Feb 13 '23 01:02 graemep-nz