This repository was archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 1 comment 1 reply
-
It would be easy to translate a stream of events into change notifications for a listenable implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Great library, thank you so much!
I wanted to ask a question that I think would help a lot of firebase users. It can become simpler in firebase to use a StreamProvider instead of a ChangeNotifierProvider because
_auth.authStateChanges();
returns a stream, thereby one can simply do thus:However, I cannot quite figure how I might use this type of provider with redirect and refreshListenable. (Obviously I could abandon the StreamProvider, or intercept with a ChangeNotifier, but not ideal). Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions