nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
248 stars 61 forks source link

Order by not working on pythonanywhere #41

Open gedionabebe opened 2 years ago

gedionabebe commented 2 years ago

Make sure these boxes are checked before submitting your issue:

[X] Check that your version of Python is 3.4+ [X] Check that you are on the newest version of Pyrebase [X] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.

My django app's order_by_child filter has stopped working since I deployed it on pythonanywhere, I've tested it locally and it works fine but once deployed it throws an error "[Errno 400 Client Error: Bad Request for url: .......] { "error" : "orderBy must be a valid JSON encoded path" }" when ever it encounters order_by_child. Any solutions?