From 60d43d7b0980719beac21811da712f1cb4881308 Mon Sep 17 00:00:00 2001 From: Michael Lehenbauer Date: Fri, 13 Apr 2018 14:22:41 -0700 Subject: Array Transforms public API and parsing This includes the new FIRFieldValue sentinels, the FSTUserDataConverter code to parse them into internal ArrayTransform operations for use in an FSTTransformMutation, and some sanity testing in FSTMutationTests. I still need to implement FSTTransformMutation support for local application and serialization (and then integration tests). --- .../core/test/firebase/firestore/model/transform_operations_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Firestore/core/test') diff --git a/Firestore/core/test/firebase/firestore/model/transform_operations_test.cc b/Firestore/core/test/firebase/firestore/model/transform_operations_test.cc index 0ef95db..ec0882a 100644 --- a/Firestore/core/test/firebase/firestore/model/transform_operations_test.cc +++ b/Firestore/core/test/firebase/firestore/model/transform_operations_test.cc @@ -46,6 +46,9 @@ TEST(TransformOperations, ServerTimestamp) { EXPECT_NE(transform, dummy); } +// TODO(mikelehen): Add ArrayTransform test once it no longer depends on +// FSTFieldValue and can be exposed to C++ code. + } // namespace model } // namespace firestore } // namespace firebase -- cgit v1.2.3