Firebase Authentication Sign-Up Not Working in Flutter: ‘Given String is empty or null’ Error”
I am trying to use the flutter firebase Signup method in my application but it is not working as expected, The value of Textformfields is null according to the app while there is still text written
i am also trying to save data to firestore by attaching a model
here is my model code