Hello FlutterFlow Community !
So i am currently creating trivia app and i use firebase as a backend. I have approximately 2000 questions incoming and now im figuring out how to structure the data.
I currently have all questions in a same collection and pull required questions from the database using the "Reference method."
Will this backfire me at some point because the one collection is so huge or should I build own collection for each category of questions. (I prefer not to)
Thank you in advance :) !