Skip to content

Commit 0f3bd63

Browse files
committed
Use popup flow instead of redirect
1 parent b7bce53 commit 0f3bd63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/components/FirebaseAuth.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export default class FirebaseAuth extends Vue {
7373
})
7474
},
7575
},
76+
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
77+
signInFlow: 'popup',
7678
signInSuccessUrl: window.location.href,
7779
signInOptions: [
7880
// Leave the lines as is for the providers you want to offer your users.

0 commit comments

Comments
 (0)