firebase / firebase/firebaseui-web-react

StyledFirebaseAuth does not render with firebase ^9.8.1

オープン
#174 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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.
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+.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

提供された 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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。