Edit New issue SetDescending not working with List<Object> query android

Hi @mikekara,
Your map function looks fine. As you set only one key (name) by Query.setKeys(), so setDescending() does not have any effects for your results. Hope this helps you understand.
Thanks,
Hideki