i usually save multiple values in Firebase like this
but like second picture, when i save other values in same directory, then OVERWRITE (saving values and deleting previous ones) becuz it is action of “SET”
So i wonder can i just “INSERT” multiple values?
i can use REALTIME SAVE block in each value but it is not efficient when i deal with multiple values.
Here is a thread and a link to my project that includes a function to update individual properties anywhere within a JSON hierarchy without destroying other entries.