Answer the question
In order to leave comments, you need to log in
How to update existing data in firebase?
this is how the data is sent
fetch('https://myproject-c12345-default-rtdb.firebaseio.com/lists.json', {
method: 'POST',
headers: {
'Content-type': 'application/json'
},
body: JSON.stringify({title: 'привет'})
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question