User

Author

Alper Sahin A class representing a user in the application.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
lateinit var email: String

The email address of the user.

Link copied to clipboard
lateinit var id: String

The unique identifier of the user.

Link copied to clipboard

The profile image of the user (default empty string).

Link copied to clipboard
lateinit var name: String

The name of the user.

Link copied to clipboard
lateinit var token: String

The Firebase Cloud Messaging (FCM) token associated with the user.