@@ -76,8 +76,8 @@ static void InitializeFlipper(UIApplication *application) {
76
76
77
77
// Linking API
78
78
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
79
- // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-5e029a87ac71df3ca5665387eb712d1b32274c6a
80
- if ([url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
79
+ // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-11c57ab508c3e776ab45ad4f3c3cb28310f617ea
80
+ if (url . host && [url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
81
81
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
82
82
return NO;
83
83
}
@@ -165,8 +165,8 @@ static void InitializeFlipper(UIApplication *application) {
165
165
166
166
// Linking API
167
167
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
168
- // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-5e029a87ac71df3ca5665387eb712d1b32274c6a
169
- if ([url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
168
+ // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-11c57ab508c3e776ab45ad4f3c3cb28310f617ea
169
+ if (url . host && [url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
170
170
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
171
171
return NO;
172
172
}
@@ -266,8 +266,8 @@ exports[`Config Plugin iOS Tests - openUrlFix munges AppDelegate correctly - App
266
266
267
267
// Linking API
268
268
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
269
- // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-5e029a87ac71df3ca5665387eb712d1b32274c6a
270
- if ([url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
269
+ // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-11c57ab508c3e776ab45ad4f3c3cb28310f617ea
270
+ if (url . host && [url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
271
271
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
272
272
return NO;
273
273
}
@@ -378,8 +378,8 @@ public class AppDelegate: ExpoAppDelegate {
378
378
379
379
exports [` Config Plugin iOS Tests - openUrlFix must match positiveTemplateCases[0] 1` ] = `
380
380
"- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
381
- // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-5e029a87ac71df3ca5665387eb712d1b32274c6a
382
- if ([url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
381
+ // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-11c57ab508c3e776ab45ad4f3c3cb28310f617ea
382
+ if (url . host && [url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
383
383
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
384
384
return NO;
385
385
}
@@ -392,8 +392,8 @@ exports[`Config Plugin iOS Tests - openUrlFix must match positiveTemplateCases[3
392
392
393
393
{
394
394
395
- // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-5e029a87ac71df3ca5665387eb712d1b32274c6a
396
- if ([url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
395
+ // @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY) sync-11c57ab508c3e776ab45ad4f3c3cb28310f617ea
396
+ if (url . host && [url .host caseInsensitiveCompare :@" firebaseauth" ] == NSOrderedSame ) {
397
397
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
398
398
return NO;
399
399
}
0 commit comments