Closed as not planned
Description
When compiling with Expo 53.0.12 expo run ios
:
» ios: @react-native-firebase/auth: modifying iOS AppDelegate openURL method to ignore firebaseauth reCAPTCHA redirect URLs
» ios: ios.usesAppleSignIn: Install expo-apple-authentication to enable this feature https://docs.expo.dev/versions/latest/sdk/apple-authentication/#eas-build
Libraries I'm using:
"@invertase/react-native-apple-authentication": "^2.4.1",
"@react-native-firebase/app": "^22.2.1",
"@react-native-firebase/auth": "^22.2.1",
"@react-native-google-signin/google-signin": "^14.0.1",
It happened after implement the Apple social authentication.
I've tried to install expo-apple-authentication
but it's not getting rid of any of the warnings.
Everything is working, but I don't like to see those warnings there.