SellScreenViewModel

ViewModel for the SellScreen

See also

FirebaseAuth
FirebaseFirestore
OkHttpClient

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val auth: FirebaseAuth

FirebaseAuth the Firebase authentication instance

Link copied to clipboard

LiveData the loading state of the screen

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

StateFlow the message to be displayed on the screen

Functions

Link copied to clipboard
Link copied to clipboard

Creates a book listing in Firestore and updates the user's book listings

Link copied to clipboard
fun reset()