Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Add `-[GIDSignIn addScopes:completion:]`to provide add scopes flow without a presenting view controller or window

Đang mở
#285 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

@mdmathias đang làm issue này rồi.

Từ ngày 10/1/2023.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

enhancement

The main goal of this method will be to create an instance of GIDSignInInternalOptions with no presenting window or view controller. Something like:

  GIDSignInInternalOptions *options =
      [GIDSignInInternalOptions defaultOptionsWithConfiguration:configuration
#if TARGET_OS_IOS || TARGET_OS_MACCATALYST
                           presentingViewController:nil
#elif TARGET_OS_OSX
                                      presentingWindow:nil
#endif // TARGET_OS_IOS || TARGET_OS_MACCATALYST
                                                      loginHint:self.currentUser.profile.email
                                          addScopesFlow:YES
                                                  completion:completion];
Ngôn ngữ chính
Objective-C
Star
751
Fork
282
Merge trung bình
2 ngày 15 giờ
Pull request đã merge (30 ngày)
9

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

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của google/GoogleSignIn-iOS

Tất cả issue của google/GoogleSignIn-iOS

Issue tương tự

Thêm issue về Objective-C

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.