No. View.
If you have data that you want to sort, but should also have a custom view of this data, save two versions
posts post_id_0 display_version: William sort_version: william post_id_1 display_version: Henry sort_version: henry
Of course, you can read all the data from Firebase and use .toLower or whatever your platform call, and then sort the code.
source share