We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4cfa6 commit bb987dcCopy full SHA for bb987dc
lib/src/data/cloud_database.dart
@@ -15,6 +15,11 @@ const List<String> privateDocumentFields = [
15
SDKConstants.updatedAt,
16
];
17
18
+const List<String> privateDateTimeDocumentFields = [
19
+ SDKConstants.createdAt,
20
+ SDKConstants.updatedAt,
21
+];
22
+
23
/// Allows access to cloud storage. Implementations of this class should be
24
/// able to store and retrieve data from the cloud storage in secure manner.
25
/// This is mainly used to store data on cloud via actions for the SDK.
0 commit comments