Can't save multiple information in firebase

IMG_20240221_174339

Hii I'm getting information in database but it doesn't save when other user use my app then it changes . I want to save all details including the past one

Looks like you and other users are overwriting the same tags?

Yes , I don't know what to do with this

Create a unique tag for each item, and then store the subtags under this tag:

sellItems
  item0001
    deviceBrandModel:"";
    deviceId:"";
    email:"";
    mobileNumber:"";
  item0002
    deviceBrandModel:"";
    deviceId:"";
    email:"";
    mobileNumber:"";
  item0003
    deviceBrandModel:"";
    deviceId:"";
    email:"";
    mobileNumber:"";
...

What if , more than 3 users information collected, then it show on database or just change that past information?

Firebase with a Web Component

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