my problem: you clicked a button and button added “test” to a empty list. then firebase stored it. another user, in another device, clicked same button and added “hello” to list. then firebase stored it. now list isnt “test”, “hello” - only “hello” there. it always resets list.