var arr = [ \"GKRLrcpSL2BmKx3BfvWj\",\"fMwH404fweoFJJqyE5Nf\" , \"DTurwbw64CWw4WosUQtC\" ] // arr.forEach((element) => { console.log(element); db.collecti
My solution is based on specifying the item ID to remove, example:
firebase .firestore() .collection('projects') // Collection .doc(project.id) // ID string .delete() // Promise