Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@SchneiderInfosystems SchneiderInfosystems released this 07 Dec 10:42
· 28 commits to master since this release
  • The Object to Document Mapper lets you quickly sync your Pascal objects to the Firestore database by deriving your own class from TFirestoreDocument and adding member variables. All member variables are automatically written to the document and read from the document.
  • The sample application FSObj2Doc demonstrates the functionality of the objet to document mapper by writting and reading objects in the Firestore.
  • New VCL sample application AuthSelfReg_VLC demonstrates the login with all workflow options (self registration etc.)
  • Ready for Delphi 12 Athens