Skip to content

Commit

Permalink
signInWithRedirect
Browse files Browse the repository at this point in the history
  • Loading branch information
farminf committed Jan 23, 2018
1 parent 1264890 commit 60604e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const startLoginGoogle = () => {
//return firebase.auth().signInWithRedirect(googleAuthProvider);
return firebase
.auth()
.signInWithPopup(googleAuthProvider);
.signInWithRedirect(googleAuthProvider);
};
};

Expand Down

0 comments on commit 60604e0

Please sign in to comment.