Skip to content

Commit bb987dc

Browse files
committed
Cloud Data Table #5
1 parent 3a4cfa6 commit bb987dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/data/cloud_database.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ const List<String> privateDocumentFields = [
1515
SDKConstants.updatedAt,
1616
];
1717

18+
const List<String> privateDateTimeDocumentFields = [
19+
SDKConstants.createdAt,
20+
SDKConstants.updatedAt,
21+
];
22+
1823
/// Allows access to cloud storage. Implementations of this class should be
1924
/// able to store and retrieve data from the cloud storage in secure manner.
2025
/// This is mainly used to store data on cloud via actions for the SDK.

0 commit comments

Comments
 (0)