Flutter Cubit Best Practice | flutter_bloc & Firebase Authentication — Tutorial

Flutter Developer
6 min readApr 15, 2021

In this tutorial I will show you how to create a user with Firebase Authentication using email and password together with Cubit found in the flutter_bloc plugin. In tutorial 2, I will show the full authentication flow including sign-in and auth state change handling.

--

--