Flutter – I am trying to store user credentials ( name and email ) to cloud Firestore during the time user first signs up for the app
enter image description here I am able to create new user but having trouble registering the credentials to Firestore. Can someone pls tell me what am I doing wrong?? here's the code sample where I am registering user. added necesary…