Skip to content

Commit

Permalink
added "google-services.json" to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetagupta2068 committed Oct 21, 2020
1 parent a6b1a69 commit 8d8f905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
/captures
.externalNativeBuild
.cxx
google-services.json
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)
.***REMOVED***
.requestIdToken("376214147539-43mekerd0d50kumvmpp1te4irqe8fv1o.apps.googleusercontent.com")
.requestEmail()
.build();
mGoogleSignInClient = GoogleSignIn.getClient(this, googleSignInOptions);
Expand Down

0 comments on commit 8d8f905

Please sign in to comment.