I am are working on firebase with iOS swift 3 application. And I don't find a good documentation about where like queries in firebase official doc. Following are the criteria to be filter user data from the all user tree.
My firebase tree:
Following is the filter screen that needs to be applied on one query to fetch user by query.
Can anyone suggest me the things or logic how to perform that kind of query. I know there is sortBy method but that perform only one filter at a time. Kindly suggest something.
Thanks.