"I'm trying to make a multiplayer quiz app in FlutterFlow. I set up a button on the 'QuizPreparationPage' (admin page) with actions to update the quiz field 'quizStatus' (String) to 'started', then navigate to 'PlayQuizPage' while passing quizRef
. My question: How can I notify the 'WaitingQuizToStart' page, where users are waiting, to navigate to 'PlayQuizPage'?"
Please help me ๐
Thank you