Firestore Delete Data - tuarua/Firebase-ANE GitHub Wiki
The contents of this page are based on the original Firebase Documentation
To delete a document, use the remove() method:
db.collection("cities").document("DC").remove(function(path:String, error:FirestoreError):void{
});