I have a list of products in my Firebase Database. My SKU looks like this c08p10. But the problem is that Hundred product is shown after the tenth product.
Please refer the screenshot for the jumbled product order.
I can understand that the products are arranging alphabetically. But how can i display the products in the below order
c08p10
c08p11
c08p12
NOTE
I can populate the data in a List view or recycler View. But the products are arranged in the firebase DB order. If I try to reverse the order. It gives the below structure.
c08p118
c08p117
c08p116
