in bookshelf/books/firestore.js [83:85]
async function _delete(id) { await db.collection(collection).doc(id).delete(); }