If my user database is on Firestore and on Registration I ask each users a set of few questions (checkboxes, radio buttons, etc). I want to create a Filter and Sort mechanism where a user is able to filter and sort a list of other users (from Firestore) based on multiple filter parameters sorted according to a particular field.
Is what I want to create even possible on Firebase (FireStore) and Flutter or do I need anything else?
Can anybody please link me to any relating Flutter/Firebase documentation, YouTube videos, or any other relevant content.