Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update of data with firebase.post #82

Open
SojueIsrem opened this issue Feb 14, 2018 · 4 comments
Open

update of data with firebase.post #82

SojueIsrem opened this issue Feb 14, 2018 · 4 comments

Comments

@SojueIsrem
Copy link

I need to update to be in a particular address, I do not want to create new addresses as it is with firebase.post ()
I want to update the last date it was updated in the following address
firebase.post('dato',"14/02/2018")

@xplodig
Copy link

xplodig commented Apr 25, 2018

I also want to do same kind of operation , want to update child value not to add new node to child but i guess this api doesn't provide that functionality so far.
firebase.post('/sensor/sensorF', '1' ) for ON
firebase.post('/sensor/sensorF', '0' ) for OFF
i am working on a sensor based project.

@tabebqena
Copy link

tabebqena commented Nov 17, 2018

use firebase.put function
put(self, url, name, data, connection, params=None, headers=None): """ Synchronous PUT request. There will be no returning output from the server, because the request will be made with ``silent`` parameter. ``data`` must be a JSONable value. """

@CarMoreno
Copy link

@tabebqena Could you get us an example about use put method, please? Right now I would like to use it, I have done some tries but I have no success.

@tabebqena
Copy link

tabebqena commented Oct 30, 2020

@CarMoreno
I didn't use it long time ago, Could you please refer to the source code .

Put method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants