Skip to content

Commit dba3881

Browse files
authored
Update config for GSI v7 (#1200)
1 parent 328c5cf commit dba3881

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

FirebaseGoogleAuthUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseGoogleAuthUI'
3-
s.version = '14.2.0'
3+
s.version = '14.2.2'
44
s.summary = 'Google authentication for FirebaseAuthUI.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }

FirebaseGoogleAuthUI/Sources/FUIGoogleAuth.m

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ - (void)signInWithDefaultValue:(nullable NSString *)defaultValue
193193
}
194194
};
195195

196+
signIn.configuration = [[GIDConfiguration alloc] initWithClientID:clientID];
197+
196198
[signIn signInWithPresentingViewController:presentingViewController
197199
hint:defaultValue completion:^(GIDSignInResult * _Nullable signInResult, NSError * _Nullable error) {
198200
[self handleSignInWithUser:signInResult.user

0 commit comments

Comments
 (0)