Skip to content

Commit

Permalink
fix(google-auth): fix google auth provider instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sato1995 authored Apr 5, 2022
1 parent 26f7a72 commit a2a3ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type WrappedComponentProps = {
export type PossibleProviders = keyof ProvidersMapper;

export type ProvidersMapper = {
googleProvider?: firebase.auth.GithubAuthProvider_Instance;
googleProvider?: firebase.auth.GoogleAuthProvider_Instance;
facebookProvider?: firebase.auth.FacebookAuthProvider_Instance;
twitterProvider?: firebase.auth.TwitterAuthProvider_Instance;
githubProvider?: firebase.auth.GithubAuthProvider_Instance;
Expand Down

0 comments on commit a2a3ca8

Please sign in to comment.