Comment on page
Deleting Data
This page describes how to delete a document from inside your Firestore collection.
- 1.
- 2.
- 3.
Let's see how to delete a single Todo item from the list.
Deleting a document data consists of the following steps:
- 1.
First, let's design a page that allows you to see and delete the Todo details.
- 1.Create a page with ListView and display the Todo items from the Firestore collection using the instructions here.
- 2.Add the ListTile (inside the Listview), move to the property editor, and turn on the Slidable property.
- 3.Select the SlidableActionWidget, change its Text to Delete, set its Color to red, and change the Icon Selector to delete.
Last Updated Date: September 28, 2023
Last modified 2mo ago