I am working on true false quiz and want to fetch one by one question (document) from firestore collection. I checked one answer in stackoverflow here (Firestore: How to get random documents in a collection) but its for swift, also I really didn't understand it.
My database structure is simple, its have only 2 fields, 1. Question texts and 2. True / false
I tried to fetch simple query in firestore but its not working perfectly.
Please help me.