Package-level declarations

Types

Link copied to clipboard
data class AuthUser(val id: String, val name: String, val profilePictureUri: Uri?)

Represents an authenticated user with basic information.

Functions

Link copied to clipboard
fun FirebaseUser.asAuthUser(): AuthUser

Converts a Firebase user object to an AuthUser object.