firebase / firebase/firebaseui-web-react

StyledFirebaseAuth does not render with firebase ^9.8.1

Open
#174 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
246
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.