ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
593 stars 155 forks source link

orderBy does not return records in order #76

Open ssmirnov777 opened 7 years ago

ssmirnov777 commented 7 years ago

Actually, the firebase returns the json string in the right order. However, then, make_get_request() from firebase.py returns response.json() as a result. This call breaks the right order.