Firebase Database Error

why Chat View Firebase Database only record 1 per data? everytime I Message it only Records the New 1 and the Others are not recorded?
Capture

See

What’s with it? I did all of that already and I did not find any of Solutions thats why I posted?

You can store your data in tiny db.

That’s how any tag-value storage system functions. When you store data, you overwrite the tag. Having two records with the same key would break the system.

Consider using this block if you don’t want to overwrite your old data:

component_method

1 Like

Thank You very Much! It helps!

1 Like

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