How to store values sequentially in Google firebase?

I managed to display my max9814's value on the firebase
image

When it reaches a certain level, I want to store each set of data values separately.

for example
orginal1=365
original2=200
original3=266

I wanted to save all values separately by setting the count value to a variable name as follows.
image2

However, at my level, if I save one data, the existing value is initialized and newly saved.

How can I do this? Thankyou!

Would it be possible for you to post your sketch within < CODE > marks (not an image) for everyone to read? Thank you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.