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

how to use put? #54

Closed doczoidberg closed 8 years ago

doczoidberg commented 8 years ago

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

doczoidberg commented 8 years ago

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

CarMoreno commented 4 years ago

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

CarMoreno commented 4 years ago

[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)