Daniel Kawka
Daniel Kawka
@jakeleventhal I'm experiencing exactly the same behaviour... ``` provider: firebaseAuth.EmailAuthProvider.PROVIDER_ID, signInMethod: firebaseAuth.EmailAuthProvider.EMAIL_LINK_SIGN_IN_METHOD, ```
@wti806 I believe it is related to: ``` if (this.uiConfig.signInFlow === 'popup') { this.firebaseUiWidget.reset(); } ``` My code works fine: ``` import React from 'react'; import * as firebaseui from...
@trtg It started to work when I removed that part from the original code.