SignInViewModel

class SignInViewModel @Inject constructor(authRepository: AuthRepository) : ViewModel

ViewModel for SignInScreen.

Parameters

authRepository

Constructors

Link copied to clipboard
@Inject
constructor(authRepository: AuthRepository)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun signInWithGoogle(activity: Activity)
Link copied to clipboard
Link copied to clipboard
fun updateEmail(email: String)
Link copied to clipboard
fun updatePassword(password: String)