We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06575e9 commit f1987b3Copy full SHA for f1987b3
1 file changed
packages/auth/plugin/__tests__/__snapshots__/iosPlugin_openUrlFix.test.ts.snap
@@ -355,7 +355,7 @@ public class AppDelegate: ExpoAppDelegate {
355
options: [UIApplication.OpenURLOptionsKey: Any] = [:]
356
) -> Bool {
357
// @generated begin @react-native-firebase/auth-openURL - expo prebuild (DO NOT MODIFY)
358
- if url.host.toLowerCase() == "firebaseauth" {
+ if url.host?.lowercased() == "firebaseauth" {
359
// invocations for Firebase Auth are handled elsewhere and should not be forwarded to Expo Router
360
return false
361
}
0 commit comments