async function create()

in bookshelf/books/firestore.js [68:70]


async function create(data) {
  return await update(null, data);
}