transistorsoft / react-native-background-geolocation-firebase

Firebase Adapter for React Native Background Geolocation
24 stars 4 forks source link

Property 'timestampsInSnapshotsEnabled' not found on object of type 'FIRFirestoreSettings *' #27

Closed jbarlowgd closed 1 year ago

jbarlowgd commented 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.

christocracy commented 1 year ago

Released to 0.4.1

jbarlowgd commented 1 year ago

Everything looks good now. Thanks!