File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
FirebaseGoogleAuthUI/Sources Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::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' }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments