-
Is there a way to have a provider wait to be executed until say the user is logged in?
When I had the currentUser data set as a future provider this worked as I thought but now that I have it as a stream provider this is getting called be for the user is logged in and giving null errors.
|
Beta Was this translation helpful? Give feedback.
Answered by
rlee1990
Jul 30, 2021
Replies: 1 comment
-
Never mind I found the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rlee1990
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind I found the issue.