[firestore] Ignore timestampsInSnapshotsEnabled on iOS
This commit is contained in:
parent
b0abf23c6d
commit
feb1315f84
@ -354,7 +354,8 @@ RCT_EXPORT_METHOD(settings:(NSString *)appDisplayName
|
||||
firestoreSettings.sslEnabled = settings[@"ssl"];
|
||||
}
|
||||
if (settings[@"timestampsInSnapshots"]) {
|
||||
firestoreSettings.timestampsInSnapshotsEnabled = settings[@"timestampsInSnapshots"];
|
||||
// TODO: Enable when available on Android
|
||||
// firestoreSettings.timestampsInSnapshotsEnabled = settings[@"timestampsInSnapshots"];
|
||||
}
|
||||
[firestore setSettings:firestoreSettings];
|
||||
resolve(nil);
|
||||
|
Loading…
x
Reference in New Issue
Block a user