firebase / firebase/firebaseui-web-react
StyledFirebaseAuth does not render with firebase ^9.8.1
- Ngôn ngữ chính
- JavaScript
- Star
- 1.3k
- Fork
- 246
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# 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+.
Hướng dẫn đóng góp
Hướng nghiên cứu
Tái hiện UI còn thiếu bằng firebase ^9.8.1, sử dụng uiConfig được cung cấp và component StyledFirebaseAuth. Kiểm tra cách React wrapper khởi tạo FirebaseUI và xử lý functional API của Firebase 9+; hoàn tất khi UI đăng nhập đã cấu hình được render hiển thị mà không có lỗi trong console.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- firebase, javascript, react
- Lĩnh vực
- frontend
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 38/100