[firebase_ui_auth] allow custom handling of error text in SignInScreen #285
CodePlayAdmin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope that there are more ways to handle or show the error messages when authentication is failed in
![Screenshot_20240207_222956](https://private-user-images.githubusercontent.com/27816431/303019109-54281e49-71cd-4e85-bcc3-a10fac78bf58.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NzIxMTEsIm5iZiI6MTczODg3MTgxMSwicGF0aCI6Ii8yNzgxNjQzMS8zMDMwMTkxMDktNTQyODFlNDktNzFjZC00ZTg1LWJjYzMtYTEwZmFjNzhiZjU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE5NTY1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIwMDI4OTVmMmY5NmY1MmZiMjdjNmZjMDUwZjcxMDBhYjE4Y2EyNTk2MGM1MDgwMmM5NTRkYjJmZGNjYzIyNTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FQWY2FfcLDEY_jLOH56lbwr5VaoEVJ9jyvIkH6JsAk4)
SignInScreen
, such as aSnackbar
orDialog
. Currently the error message is showed below theSign In / Register button
as per the screenshot below:This is sometime hardly to streamline the prompted error to a given UI design or behavior, and when the error message is long, it would become just like in this Stack Overflow post.
Beta Was this translation helpful? Give feedback.
All reactions