I'm making an app with Ionic 3, using Firebase as a backend, which functions as a social network.
In an app screen the user can search for other users based on criteria such as: sex, minimum age, maximum age, city where they live, etc. The criteria to be used for the search can be several at the same time and will all be in the same collection.
Is it possible to do this with Ionic? How?