I\'m trying to use the createUserWithEmailAndPassword
method to create users but not able to do so.
The OnAuthenticate method is being called but user object is
I have the same problem.
change:
mAuth.createUserWithEmailAndPassword("9199999989@pintech.com", "corrfecthorsebatterystaple")
.addOnCompleteListener(this, new OnCompleteListener()
to:
mAuth.createUserWithEmailAndPassword("9199999989@pintech.com", "corrfecthorsebatterystaple")
.addOnCompleteListener(MainActivity.this, new OnCompleteListener()