We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bce53 commit 0f3bd63Copy full SHA for 0f3bd63
1 file changed
web/components/FirebaseAuth.vue
@@ -73,6 +73,8 @@ export default class FirebaseAuth extends Vue {
73
})
74
},
75
76
+ // Will use popup for IDP Providers sign-in flow instead of the default, redirect.
77
+ signInFlow: 'popup',
78
signInSuccessUrl: window.location.href,
79
signInOptions: [
80
// Leave the lines as is for the providers you want to offer your users.
0 commit comments