In Flutter firebase_ui_auth package how to access to register or login screen's textfields inputs in SignInScreen when using Email/password provider #10015
Unanswered
husain-nahar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have this same issue for password. You can also find it in the callback arguments for the actions I need a way to access the password, however. And naturally the TextEditingController is buried in the package and is a private field. This could be a reason to abandon the package unless there is a resolution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using flutter firebase_ui_auth package, and I have successfully implemented the SIgnInScreen flow however I have a very simple question that how can I get access/control over user inputs inside textfields of register/login view of Email/password auth provider of firebase. As I want to get those values like email password so that I can send it to my backend server as well.
I tried to investigate the package but nothing so far worked.
Beta Was this translation helpful? Give feedback.
All reactions