Delete Record from Firebase Database and File from Firebase Cloud Storage in Android
Brandan Jones Brandan Jones
29.6K subscribers
1,468 views
6

 Published On Apr 8, 2022

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

show more

Share/Embed