Skip to content

Instantly share code, notes, and snippets.

@Xiryl
Created February 11, 2023 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xiryl/d61e6019b3106db5bd2fd1507be3b68d to your computer and use it in GitHub Desktop.
Save Xiryl/d61e6019b3106db5bd2fd1507be3b68d to your computer and use it in GitHub Desktop.
driveapimedium-github-2
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