Flutter – The argument type error: String cant be assigned to int in firebase function
I am creating a sign up and sign in with email and password funcion using firebase. I have a user model in which I add or update to the firestore when user has not been registered or sign in. but…