ozgur/python-firebase

orderBy does not return records in order

Opened this issue · 0 comments

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.