How to refresh query with coroutines

if i can delete how to refresh data

Hi :wave:,

You will need to delete items from your data. Typically, this is done by modifying your adapter and calling notifyDataSetChanged.

See Add and Remove Items From Recycler View | Android Studio Tutorial #android #java #appdevelopment - YouTube for a tutorial about how to add/remove items to a RecyclerView