Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to fix Error:(52,55): Incompatible Types: EditText Can't be Converted to String in Android Studio

    • 0
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 1.53k
    Answer it
    bRegister.setOnClickListener(new View.OnClickListener() {
    
        @Override
        public void onClick(View v) {
            final String password = etPassword.getText().toString();
            final String email = etEmail.getText().toString();
             mAuth.createUserWithEmailAndPassword(etEmail,etPassword).addOnCompleteListener(new OnCompleteListener<AuthResult>() {
                @Override
                public void onComplete(@NonNull Task<AuthResult> task) {
    
                }
            });
    

 1 Answer(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: