We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2066155 commit 36afbf1Copy full SHA for 36afbf1
EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.m
@@ -218,7 +218,7 @@ - (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)source
218
}
219
220
if (!continueURLString) {
221
- [FUIAuthBaseViewController showAlertWithMessage:@"Invalid link! Missing continue URL."];
+ NSLog(@"FUIEmailAuth unable to handle url without continue URL: %@", URL);
222
return NO;
223
224
FirebaseUI.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FirebaseUI'
3
- s.version = '6.1.0'
+ s.version = '6.1.1'
4
s.summary = 'UI binding libraries for Firebase.'
5
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
6
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
0 commit comments