Skip to content

Instantly share code, notes, and snippets.

@ianbarber
Created July 8, 2016 22:08
Show Gist options
  • Save ianbarber/0252dc07f067ce240a033ff20be9a0a3 to your computer and use it in GitHub Desktop.
Save ianbarber/0252dc07f067ce240a033ff20be9a0a3 to your computer and use it in GitHub Desktop.
mGoogleApiClient = new GoogleApiClient.Builder(this /* Context */)

.enableAutoManage(this /* FragmentActivity */, this /* OnConnectionFailedListener */)

.addApi(Auth.GOOGLE_SIGN_IN_API, gso)

.build();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment