Skip to content

Commit

Permalink
Switch to popups for google sign in due to 3rd party cookie removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc521 committed Jun 17, 2024
1 parent 959316b commit 34e5d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion favorites.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ let uiConfig = {
hijackLoginButtons()
}
},
signInFlow: 'redirect', //"redirect" or "popup". Popup seems better on desktop, redirect on mobile.
signInFlow: 'popup', //"redirect" or "popup". Popup seems better on desktop, redirect on mobile.
signInOptions: [
{
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
Expand Down

0 comments on commit 34e5d37

Please sign in to comment.