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

Dict support? #57

Closed wontonst closed 8 years ago

wontonst commented 8 years ago

If I do

dt = {'k': 'v'} put('/', dt) I would expect that it to work and put a single key value in the root.

Instead I get 400 Client Error

wontonst commented 8 years ago

Closing because I didn't understand what was going on.