Skip to content

Commit

Permalink
Update config for GSI v7 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Aug 15, 2024
1 parent 328c5cf commit dba3881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseGoogleAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseGoogleAuthUI'
s.version = '14.2.0'
s.version = '14.2.2'
s.summary = 'Google authentication for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
Expand Down
2 changes: 2 additions & 0 deletions FirebaseGoogleAuthUI/Sources/FUIGoogleAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ - (void)signInWithDefaultValue:(nullable NSString *)defaultValue
}
};

signIn.configuration = [[GIDConfiguration alloc] initWithClientID:clientID];

[signIn signInWithPresentingViewController:presentingViewController
hint:defaultValue completion:^(GIDSignInResult * _Nullable signInResult, NSError * _Nullable error) {
[self handleSignInWithUser:signInResult.user
Expand Down

0 comments on commit dba3881

Please sign in to comment.