Flutter & Firebase Authentication with Streams and StreamBuilderMar 7, 2019#flutter#dart#streams#firebase#authenticationContinuation on my video series on how to build a login flow with Firebase. It shows how to use StreamBuilder with the onAuthStateChanged stream to simplify authentication state logic in Flutter apps.
Flutter State Management: setState, StreamBuilder, Scoped Model, ReduxJun 18, 2018#flutter#dart#state-management#redux#streamsHow to implement a Firebase-backed multiple-counter app with different state management techniques. Evaluation of their tradeoffs.