0
Open the file ./ios/Podfile And add these lines inside your targets (right before the use_react_native line in current react-native:
use_frameworks! :linkage => :static $RNFirebaseAsStaticFramework = true Also, if you have flipper_configuration Then, commented it out, disable flipper at all.
If it still does not work, check all iOS setup steps carefully from the official doc, https://rnfirebase.io/#configure-firebase-with-ios-credentials-react-native--077
Check below podfile: try it once.