Stuck with Podfile.lock on EAS build

Fix the issue with patches while waiting for an update

@react-native-firebase+app+14.9.4.patch

diff --git a/node_modules/@react-native-firebase/app/RNFBApp.podspec b/node_modules/@react-native-firebase/app/RNFBApp.podspec
index 6f899b5..60d0a66 100644
--- a/node_modules/@react-native-firebase/app/RNFBApp.podspec
+++ b/node_modules/@react-native-firebase/app/RNFBApp.podspec
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
   end
 
   # Firebase dependencies
-  s.dependency          'Firebase/CoreOnly', firebase_sdk_version
+  s.dependency          'Firebase/CoreOnly', "8.14.0"
 
   if defined?($RNFirebaseAsStaticFramework)
     Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"

@react-native-firebase+dynamic-links+14.9.4.patch

diff --git a/node_modules/@react-native-firebase/dynamic-links/RNFBDynamicLinks.podspec b/node_modules/@react-native-firebase/dynamic-links/RNFBDynamicLinks.podspec
index c000638..ae224cc 100644
--- a/node_modules/@react-native-firebase/dynamic-links/RNFBDynamicLinks.podspec
+++ b/node_modules/@react-native-firebase/dynamic-links/RNFBDynamicLinks.podspec
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
   end
 
   # Firebase dependencies
-  s.dependency          'Firebase/DynamicLinks', firebase_sdk_version
+  s.dependency          'Firebase/DynamicLinks', "8.14.0"
   s.dependency          'GoogleUtilities/AppDelegateSwizzler'
 
   if defined?($RNFirebaseAsStaticFramework)

Maybe you don’t need expo-firebase-core if you’re using @react-native-firebase/app? (I haven’t used firebase myself, but that seems to be what wkozyra is implying.)

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.