et_pass = findViewById(id.et_pass);
Person p = new Person(et_fn.getText().toString(),et_sn.getText().toString(),et_em.getText().toString(),et_pass.getText().toString());
dbref.child(dbref.push().getKey()).setValue(p);
У меня проблемы с этим кодом.И ошибка
Type parameter T has incompatible upper bounds: View and String
, а также в предложении «Персоны» у меня проблемы с et_pass.getText()
ошибка Cannot resolve method 'getText()'