firebase / firebase/firebaseui-web-react
StyledFirebaseAuth does not render with firebase ^9.8.1
- 主要言語
- JavaScript
- スター
- 1.3k
- フォーク
- 246
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
# 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.

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+.
コントリビューションガイド
調査の方向性
提供された uiConfig と StyledFirebaseAuth コンポーネントを使用して、欠落している UI を firebase ^9.8.1 で再現します。React ラッパーが FirebaseUI をどのように初期化し、Firebase 9+ の関数型 API をどのように処理するかを調査します。設定されたサインイン UI がコンソールエラーなしで表示されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- firebase, javascript, react
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100