Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StyledFirebaseAuth does not render with firebase ^9.8.1 #174

Open
relativityboy opened this issue May 13, 2022 · 3 comments
Open

StyledFirebaseAuth does not render with firebase ^9.8.1 #174

relativityboy opened this issue May 13, 2022 · 3 comments

Comments

@relativityboy
Copy link

Description

StyledFirebaseAuth renders no visible output when using firebase: ^9.8.1. No errors in console.

The below illustration is from my local dev environment. Not logged in. HTML is output, but not enough to actually construct a UI.
image

Configuration looks like the following

const uiConfig = {
    signInFlow: 'popup',
    signInOptions: [
        GoogleAuthProvider,
        EmailAuthProvider
    ],
    callbacks: {
        // Avoid redirects after sign-in.
        signInSuccessWithAuthResult: () => false,
    },
}

Have tested firebase auth lib itself and it works as expected for logging users in/out.

I speculate the problem is how StyledFirebaseAuth handles the functional approach of firebase 9+.

@chaoli23
Copy link

chaoli23 commented Jun 2, 2022

same issue here

@thanhtutzaw
Copy link

This issue still happen ?

@jarppe
Copy link

jarppe commented Dec 10, 2022

I managed to get StyledFirebaseAuth working in one project with firebase 9.12.1, firebase-admin 10.0.2, and react-firebaseui 6.0.0. Still, now I have an identical setup in a new project and now the StyledFirebaseAuth does not render anymore. No errors. Seems pretty random, the quality of the Firebase looks pretty low.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants