Hi
I'm trying to use this with detox but I get a lot of errors when building, starting with
/....../app/letsemjoyapp/node_modules/@react-native-firebase/firestore/ios/RNFBFirestore/RNFBFirestoreCommon.h:26:4: expected a type
+ (FIRFirestore *)getFirestoreForApp:(FIRApp *)firebaseApp;
^
My Detox build command is
xcodebuild -workspace ios/emjoy.xcworkspace -UseNewBuildSystem=NO -scheme emjoy -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build | xcpretty
Any idea ? 😻