deleteBook

fun deleteBook(book: MBook)

Deletes the book from the mCategory, books, and users collection Also deletes the book from the saved_books array of all users that have saved the book

Parameters

book

MBook the book to delete

See also