Light17
(Bruno)
1
Hi
So i implemented the Firebase Authentication.. it worked fine on the login succesful block
But on the Login Failed, if user type wrong e-mail/password it appears “Given string is empty or null - End Application”
Did i set the login failed block wrong?
Your blocks are Ok.
That error is coming because of empty string. When user keep email/password text boxes empty and try to login this error will come.
Use If then condition when login clicked :
If email/password text box = blank ( take empty string)
Then show alert : Please fill all details
Else login
soru7276
(Raviprakashsingh Markandeysingh)
3
You will have to use if then block. get provider in ‘if’ and in ‘then’ you will have to put notifier
Tekwizer
(ArnaV Bhardwaj)
4
I have the same problem @Light17 can you confirm that this method solved your problem.
Tekwizer
(ArnaV Bhardwaj)
5
Uhm… It didn’t solve my problem.