ozgur/python-firebase

how to use put?

doczoidberg opened this issue · 3 comments

Sorry but I am to stupid to use the put method. Can you give me an example?

I needed patch instead of put to update an item....

I would like to get some example about put method. I have been tring all noon but right now I don't have success.

[UPDATE]
This working for me: firebase_app.put('/alertas', '1', data_firebase)
This not working for me: firebase_app.put(url='/alertas', name='1', data=data_firebase, connection=auth)