Package-level declarations
Functions
Link copied to clipboard
fun GoogleButtonUiContainerFirebase(modifier: Modifier = Modifier, onResult: (Result<FirebaseUser?>) -> Unit, content: @Composable UiContainerScope.() -> Unit)
fun GoogleButtonUiContainerFirebase(modifier: Modifier = Modifier, linkAccount: Boolean = false, filterByAuthorizedAccounts: Boolean = false, scopes: List<String> = listOf("email", "profile"), onResult: (Result<FirebaseUser?>) -> Unit, content: @Composable UiContainerScope.() -> Unit)
GoogleSignInButton Ui Container Composable that handles all sign-in functionality for Google. Child of this Composable can be any view or Composable function. You need to call UiContainerScope.onClick function on your child view's click function.