You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which AWS Services is the feature request for?
AWSGoogleSignIn
Requesting an upgrade and refactor
Upgrade (refactor) AWSGoogleSignIn from using GoogleSignIn 5.x.x to 7.0.0 (or newest)
Currently, AWSGoogleSignIn requires and works with pod GoogleSignIn 5.0.2. I'd like it refactored and upgraded to work with pod GoogleSignIn 7.0.0 (or newest) to remain current. Google API changes require a refactor.
(The Google header files are currently copied into AWSGoogleSignIn, but a pod dependency is preferred for consideration during a refactor to upgrade to the latest Google Sign In API, similar to how AWSFacebookSignIn includes FBSDKLoginKit)
My pod file is as follows: pod 'GoogleSignIn', '~>5.0.2'
pod 'AWSCore', '= 2.33.0'
pod 'AWSUserPoolsSignIn', '= 2.33.0'
pod 'AWSAuthUI', '= 2.33.0'
pod 'AWSPinpoint', '= 2.33.0'
pod 'AWSS3', '= 2.33.0'
pod 'AWSDynamoDB', '= 2.33.0'
pod 'AWSAuthCore', '= 2.33.0'
pod 'AWSAPIGateway', '= 2.33.0'
pod 'AWSMobileClient', '= 2.33.0'
pod 'AWSGoogleSignIn', '= 2.33.0'
pod 'AWSFacebookSignIn', '= 2.33.0'
pod 'AWSAppleSignIn', '= 2.33.0'
Ideally, I'd like to use pod 'GoogleSignIn', '~>7.0.0'
The text was updated successfully, but these errors were encountered:
Which AWS Services is the feature request for?
AWSGoogleSignIn
Requesting an upgrade and refactor
Upgrade (refactor) AWSGoogleSignIn from using GoogleSignIn 5.x.x to 7.0.0 (or newest)
Currently, AWSGoogleSignIn requires and works with pod GoogleSignIn 5.0.2. I'd like it refactored and upgraded to work with pod GoogleSignIn 7.0.0 (or newest) to remain current. Google API changes require a refactor.
(The Google header files are currently copied into AWSGoogleSignIn, but a pod dependency is preferred for consideration during a refactor to upgrade to the latest Google Sign In API, similar to how AWSFacebookSignIn includes FBSDKLoginKit)
My pod file is as follows:
pod 'GoogleSignIn', '~>5.0.2'
pod 'AWSCore', '= 2.33.0'
pod 'AWSUserPoolsSignIn', '= 2.33.0'
pod 'AWSAuthUI', '= 2.33.0'
pod 'AWSPinpoint', '= 2.33.0'
pod 'AWSS3', '= 2.33.0'
pod 'AWSDynamoDB', '= 2.33.0'
pod 'AWSAuthCore', '= 2.33.0'
pod 'AWSAPIGateway', '= 2.33.0'
pod 'AWSMobileClient', '= 2.33.0'
pod 'AWSGoogleSignIn', '= 2.33.0'
pod 'AWSFacebookSignIn', '= 2.33.0'
pod 'AWSAppleSignIn', '= 2.33.0'
Ideally, I'd like to use
pod 'GoogleSignIn', '~>7.0.0'
The text was updated successfully, but these errors were encountered: