I have created a list of notifications for the logged in user, which have notifications from a single collection in the database, and send friend requests, comments, and responses. Everything works perfectly, but I need one last thing to finish it, to have a button so that the user can delete the entire list. In the image, the red cross removes the current notification, but I can’t find a way for the clear all button to remove all notifications from the logged in user.
I have observed that there is a mode with an additional screen, adding a countdown, but I have also observed that it is used for lists in lists. This would be for a single collection.
Any ideas for the user to delete their notifications? (I would not like to hide them because of the count, storage and excess of functions)
thanks in advance!

