Firebase multiple queries in android
问题 I have this database: The candidates collection contains several categories such as president and secretary. It also has totalVotes for each candidate. I would like to query: Results by category eg President or Secretary The candidate with highest 'totalVotes' per category, i.e, the President with the highest votes, and the secretary with highest votes. Here is my code that is not working: DatabaseReference rootRef = FirebaseDatabase.getInstance().getReference(); DatabaseReference