I have a firebase database with "4 Tables".
Each "table" haves data from each object that exists in TLogin. These objects are all identified with an ID value.
What I want to do is to update a specific object value by it´s ID value.
For example, I want to set in the "table" TProgresso the XP value to "10" where the ID haves the value "2".
How can I make this update?