Skip to content

Commit

Permalink
fixed security bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetagupta2068 committed Oct 21, 2020
1 parent 7966770 commit 3b9d736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private void initialize() {
//Configure Google Sign In client
GoogleSignInOptions googleSignInOptions = new
GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
.requestIdToken("376214147539-43mekerd0d50kumvmpp1te4irqe8fv1o.apps.googleusercontent.com")
.requestIdToken("YOUR_CLIENT_API_KEY_GOES_HERE")
.requestEmail()
.build();
mGoogleSignInClient = GoogleSignIn.getClient(this, googleSignInOptions);
Expand Down

0 comments on commit 3b9d736

Please sign in to comment.