Hi @felangel
I'm trying to get validation working with Firebase Login example,
but for somehow, I can't get it working with the streams from transformEvents like in the screenshot below.

I also have defined observable, as you have done on your medium post, but still not working.
final observableStream = events as Observable<LoginEvent>;

Can you please help out the best way to do form validation with the login, or I should go have a look the old Form validation example, which I'm not sure that is updated with the latest version of the library.
Thanks
Hi @jjoao07 馃憢
Thanks for opening an issue!
You need to make sure you import the RxDart package. With bloc v3.0.0 and above you no longer need to cast to Observable because RxDart uses extensions on Stream. Let me know if that helps 馃憤
Closing for now but feel free to comment with a link to a sample app or additional info if you're still running into problems 馃憤
Closing for now but feel free to comment with a link to a sample app or additional info if you're still running into problems 馃憤
Worked, thanks
Most helpful comment
Worked, thanks