bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
670 stars 178 forks source link

Only update loading state ValueNotifier when authentication calls fail #41

Closed bizz84 closed 4 years ago

bizz84 commented 4 years ago

This is to prevent exceptions when updating the ValueNotifier after the parent widget is disposed following a successful sign in.