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
4 changes: 4 additions & 0 deletions AnonymousAuth/FirebaseAnonymousAuthUI/FUIAnonymousAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ - (void)signOut {
}
}

- (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)sourceApplication {
return NO;
}

@end

NS_ASSUME_NONNULL_END
4 changes: 4 additions & 0 deletions OAuth/FirebaseOAuthUI/FUIOAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ - (void)signOut {
}];
}

- (BOOL)handleOpenURL:(NSURL *)URL sourceApplication:(nullable NSString *)sourceApplication {
return NO;
}

@end

NS_ASSUME_NONNULL_END