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.
Thanks for the reply @Yongki.
I don’t really understand your proposal. The “clear all” button I have turned into a list as you say, a list of notifications (logged in user> notifications). What is the function that I should give it now?