RealtimeDB - partial update

Hi,
if I have to update a single data on my RealtimeDB (Fidelity) how I do that?
if I use the blocks shown, all data are replaced by just what I saving losing the others.

Schermata%20del%202018-07-06%2000-44-22

Hi Andrea,

Use slashes (/) to specify the “path” to your subkey, so in your case, set the key as “Registrazioni/224711219/Fidelity”

Regards Rob

PS: I see that you save the password as cleartext. Not a good idea in my opinion. You might want to look for another solution for that, also see http://community.thunkable.com/t/firebase-be-careful-to-properly-secure-your-data/33655/2

Hi,

all the data of the selected root node is lost because you specified the root node as the key. You need to specify to the quality of the key not the root node, but only the field from adding /Field name after card_input block.

Many thanks. it works!

Andrea