syncing firebase data over multiple users for a quiz app

Viewed 28

I would like to make a quiz app that has a given time count down limit to give answers to a particular question. the app is intended to be used by many users all at the same time using the same time count down data, basically all users should be in sync with the same time limit to answer a question before moving to the next question. the question is how can i make this app using flutter and firebase? is firebase capable of doing this?

0 Answers
Related