MUser
data class MUser(val id: String?, val userId: String, val displayName: String, val firstName: String, val lastName: String, val email: String, val bookListings: List<String>, val savedBooks: List<String>)
A model for the User
Parameters
id
String? the firebase ID of the user
user Id
String the ID of the user
display Name
String the display name of the user
first Name
String the first name of the user
last Name
String the last name of the user
email
String the email of the user
book Listings
List
saved Books
List