Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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