New Features in Version 1.6.0 #166
SchneiderInfosystems
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new version brings for the firestore document a new object to document mapper.
The wiki is not yet updated but you can check the new sample project FSObj2Doc. The new method
TFirestoreDocument.SaveObjectToDocument
saves the derived class of TFirestoreDocument into the current document. The new constructorTFirestoreDocument.LoadObjectFromDocument
loads all member fields of the same class from the document.This feature simplifies the writing and reading of docments in the Firestore. Currently, nested types are not supported but you can define arrays, dynamic arrays and records as well as array of records.
Beta Was this translation helpful? Give feedback.
All reactions