How to refresh a controller with different data? #1109
Unanswered
ComputelessComputer
asked this question in
Q&A
Replies: 1 comment
-
There's nothing wrong or right, It depends on your requirement. Just make sure you store the quiz as Usually, I use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a flutter mobile app using Firebase for backend solution.
I have a page where the user will be able to play a quiz and it takes the user back to home when it is over.
However the quizzes have different types and I am rendering them based on the type.
If I were to register an user answer response and save that to the DB, how should I reload the next quiz on the same page?
I have an idea to achieve this by rendering different views by listening to the change in the above document. But i haven't tried it yet. Would this be a "right" approach?
Beta Was this translation helpful? Give feedback.
All reactions