-
Notifications
You must be signed in to change notification settings - Fork 155
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
Comments
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. |
use firebase.put function |
@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. |
@CarMoreno |
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")
The text was updated successfully, but these errors were encountered: