[HELP] Firebasedatabase value add

call Firebase Database .value add
tag: test
value to add: Text Box .Text

When I run this the result is:

test : [“formerly attached value”,“newly added value”]

I want to do it like this:

test : [“newly added value”,“formerly attached value”]

The value will be appended to the top each time I add

( Note: I want on the program )