File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,6 @@ export const uiConfig = (onSignInSuccessHandler, onSignInFailHandler) => {
117117 signInFlow : 'popup' ,
118118 signInSuccessUrl : '/home' ,
119119 signInOptions : [
120- {
121- provider : firebase . auth . FacebookAuthProvider . PROVIDER_ID ,
122- fullLabel : 'Continue with Facebook' ,
123- scopes : [ 'email' ] ,
124- } ,
125120 {
126121 provider : firebase . auth . GoogleAuthProvider . PROVIDER_ID ,
127122 fullLabel : 'Continue with Google' ,
@@ -130,6 +125,11 @@ export const uiConfig = (onSignInSuccessHandler, onSignInFailHandler) => {
130125 'https://www.googleapis.com/auth/userinfo.email' ,
131126 ] ,
132127 } ,
128+ {
129+ provider : firebase . auth . FacebookAuthProvider . PROVIDER_ID ,
130+ fullLabel : 'Continue with Facebook' ,
131+ scopes : [ 'email' ] ,
132+ } ,
133133 { provider : 'microsoft.com' , fullLabel : 'Continue with Microsoft' } ,
134134 ] ,
135135 } ;
You can’t perform that action at this time.
0 commit comments