Created
February 11, 2023 11:02
-
-
Save Xiryl/d61e6019b3106db5bd2fd1507be3b68d to your computer and use it in GitHub Desktop.
driveapimedium-github-2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Button( | |
onClick = { | |
startForResult.launch(getGoogleSignInClient(ctx).signInIntent) | |
}, | |
modifier = Modifier() | |
) { | |
Text(text = "Sign in with Google") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment