firebase / FirebaseUI-Flutter

Apache License 2.0
93 stars 84 forks source link

[📚] missing information for firebase_ui_auth #35

Open graemep-nz opened 1 year ago

graemep-nz commented 1 year ago

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 - 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

FuadEfendi commented 1 year ago

README.md should provide application-specific settings.

Generic documentation (written by others than application example original authors) is not acceptable, it does not include application-specific settings, it is indeed generic.