fromDocument

fun fromDocument(document: DocumentSnapshot): MUser

Creates a MUser object from a DocumentSnapshot

Return

MUser the MUser created from the DocumentSnapshot

Parameters

document

DocumentSnapshot the document to create the MUser from

See also

DocumentSnapshot