GoogleAuthProvider

Google Auth Provider class

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Returns GoogleAuthUiProvider that can be used in Composable function.

Link copied to clipboard
abstract suspend fun signOut()

Signs out user and clears credentials. This function can be called also from data layer. It is not necessary to call #signOut function only from UI layer