I'm getting the following error while building XCode:
xcode build error Property 'timestampsInSnapshotsEnabled' not found on object of type 'FIRFirestoreSettings *'
Whithin RNFirebaseFirestore.m the rows in error: if (settings[@"timestampsInSnapshots"]) { firestoreSettings.timestampsInSnapshotsEnabled = settings[@"timestampsInSnapshots"]; }
system to reproduce:
"react-native": "^0.64.0" "@react-native-firebase/app": "^11.4.1", "@react-native-firebase/auth": "^11.4.1", "@react-native-firebase/firestore": "^11.4.1", XCode 12.5
Can anyone help me?