I start with an existing Android application that has a repeating set of data (LazyColumn, similar to RecyclerView). I add a Delete button to the row in each LazyColumn, and I have that delete button trigger delete functions in the ViewModel, which delete a record from Firebase Firestore Databse, adn Firebase Cloud Storage