[FR] Support generateVerifyAndChangeEmailLink
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 45/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- java
- Lĩnh vực
- authentication
Hướng nghiên cứu
Bắt đầu bằng cách xác định API tạo liên kết email của Java SDK và enum EmailLinkType được đề cập trong issue, sau đó so sánh các loại liên kết hiện được hỗ trợ với khả năng hỗ trợ generateVerifyAndChangeEmailLink của Node SDK. Hoàn thành có nghĩa là Java SDK cung cấp VERIFY_AND_CHANGE_EMAIL và khả năng generateVerifyAndChangeEmailLink tương ứng, cùng với coverage cho hành vi mới.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Is your feature request related to a problem? Please describe.
I have a Spring Boot application for which I use Firebase Admin SDK installed from Maven, version 9.7.0.
As I'd like to send to my users custom email templates regarding email confirmation, password reset and others. To do that I have to use link generation methods that SDK provides and then include that link in custom templates.
I noticed, that latest version of SDK does not support generating email links for changing user e-mail address
i.e. generateVerifyAndChangeEmailLink, that seems to be already supported for example in Node SDK.
Supported link types in SDK as of now:
static enum EmailLinkType {
VERIFY_EMAIL,
EMAIL_SIGNIN,
PASSWORD_RESET;
}
I believe VERIFY_AND_CHANGE_EMAIL also might be useful alongside with supporting methods.
Describe the solution you'd like
Add support for generateVerifyAndChangeEmailLink with VERIFY_AND_CHANGE_EMAIL.
Describe alternatives you've considered
I believe as an alternative it might be possible to create API calls from scratch though I believe having dedicated methods is better and easier for developers.
- Ngôn ngữ chính
- Java
- Star
- 620
- Fork
- 305
- Merge trung bình
- 4 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 4
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của firebase/firebase-admin-java
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
firebase/firebase-admin-java#1231 ·
-
api: core
firebase/firebase-admin-java#1198 · 3 bình luận · 1 người được giao ·
-
[BUG] RemoteConfig unit tests fail in non-English (e.g., Korean) Locales due to Date Parsing Đang mởapi: remoteconfig
firebase/firebase-admin-java#1196 · 1 bình luận · 2 người được giao ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 45/100
firebase/firebase-admin-java#1192 · 3 bình luận ·
-
needs-triage type: feature request
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 45/100
firebase/firebase-admin-java#1142 · 2 bình luận ·
Tất cả issue của firebase/firebase-admin-java
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 65/100
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
elastic/gradle-plugins#157 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
cryptomator/hub#497 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
johanhaleby/occurrent#1120 ·