AccountScreenViewModel

Viewmodel for the Account Screen

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

LiveData> the book listings

Link copied to clipboard

LiveData the loading state of the screen

Link copied to clipboard
var message: StateFlow<String?>

StateFlow the message to display

Link copied to clipboard

LiveData the user

Functions

Link copied to clipboard
Link copied to clipboard
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

Link copied to clipboard
fun editUserProfile(firstName: String, lastName: String)

Allows the user to edit their account information: first name and last name

Link copied to clipboard
suspend fun getUserInfo(): MUser?

Gets the user info from the database

Link copied to clipboard
fun reset()

Resets the View Model

Link copied to clipboard
fun updateBook(book: MBook)

Updates the book in the database with the provided details.