Closed jbarlowgd closed 1 year ago
Reviving the issue found here: https://github.com/transistorsoft/react-native-background-geolocation-firebase/issues/23.
After installing the package, linking and trying to run the app, I got the following error.
Property 'timestampsInSnapshotsEnabled' not found on object of type 'FIRFirestoreSettings *'
Commenting out the line settings.timestampsInSnapshotsEnabled = YES; per the aforementioned thread makes everything run perfectly.
settings.timestampsInSnapshotsEnabled = YES;
Released to 0.4.1
0.4.1
Everything looks good now. Thanks!
Reviving the issue found here: https://github.com/transistorsoft/react-native-background-geolocation-firebase/issues/23.
After installing the package, linking and trying to run the app, I got the following error.
Property 'timestampsInSnapshotsEnabled' not found on object of type 'FIRFirestoreSettings *'
Commenting out the line
settings.timestampsInSnapshotsEnabled = YES;
per the aforementioned thread makes everything run perfectly.