In a previous post, Mr. Gianlluca expertly showed me how to save data to Firebase: Managing multi-user lists in Firebase - Analytics results
At that time, “Tag” was the name of the hypermarket. The structure has changed now. Since all my other records use the user ID (Firebase Authentication), I wanted this one to use it as well.
@RaYzZz In the other model for editing or deleting records, a spinner was used where the user selected the hypermarket (tag) to retrieve the list. Once the list was open, they could click the edit icon to view the records or click delete to remove them.
If the Tag serves as the user ID, how do we handle editing and deleting the records?

