ozgur/python-firebase

Dict support?

Closed this issue · 1 comments

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

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