Skip to content

Commit

Permalink
Add Google auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
deraru committed Jan 19, 2022
1 parent 5b25726 commit 8ab8798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FindyIdComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class FindyIdComponent extends React.Component {
provider: firebase.auth.GithubAuthProvider.PROVIDER_ID,
scopes: ['user:email']
},
firebase.auth.GoogleAuthProvider.PROVIDER_ID,
firebase.auth.TwitterAuthProvider.PROVIDER_ID,
firebase.auth.EmailAuthProvider.PROVIDER_ID
],
Expand Down

0 comments on commit 8ab8798

Please sign in to comment.