How to get a very long list from firebase and sort it

Simply set an App variable to the Firebase node you are interested in searching. It is surprisingly fast. Then you can searh/sort using the app variable. I’ve pulled Firebase JSON trees with over 30,000 nodes without any problems.

To sort a JSON list, check out More JSON - Sort Object List by Object Property.

I believe @muneer also has a search/sort solution.

2 Likes