How to delete a document from Firebase ( firestore database and firebase authentication ) in Angular 17?
I’m working on an Angular application and I have a function called deleteComptable that’s supposed to delete comptables from Firestore. However, when I click the “delete” button that calls this function, the corresponding comptable gets removed from the list displayed in my application, but it’s still present in the Firestore database and reappears when I refresh the page.