Skip to content

Commit

Permalink
dissabled social loggins as buggy (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Ovide committed Jun 4, 2020
1 parent 811a5b4 commit ff03be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LoginFirebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class LoginFirebase extends React.Component {
signInSuccessUrl: "/",
credentialHelper: firebaseui.auth.CredentialHelper.NONE,
signInOptions: [
firebase.auth.GoogleAuthProvider.PROVIDER_ID,
firebase.auth.EmailAuthProvider.PROVIDER_ID,
firebase.auth.FacebookAuthProvider.PROVIDER_ID,
// firebase.auth.FacebookAuthProvider.PROVIDER_ID,
// firebase.auth.GoogleAuthProvider.PROVIDER_ID,
],
callbacks: {
// Avoid redirects after sign-in.
Expand Down

0 comments on commit ff03be6

Please sign in to comment.