Getting error in sigin through firebase in my app

35 Views Asked by At

.NullPointerException: Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText()' on a null object reference

1

There are 1 best solutions below

1
DIGI Byte On BEST ANSWER

It seems that the text field was not assigned before trying to access it, please refer to the relevant documentation for accessing and assigning text fields and their values. More debugging is needed to sufficiently answer anything else.