firebase / firebase/firebaseui-web-react

StyledFirebaseAuth does not render with firebase ^9.8.1

Đang mở
#174 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
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.
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+.

Hướng dẫn đóng góp

Mở 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

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.