Skip to content

StyledFirebaseAuth does not render with firebase ^9.8.1 #174

Open
@relativityboy

Description

@relativityboy

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+.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions