From 483c38ad2c1df18c473b47b5d841887af842d9f6 Mon Sep 17 00:00:00 2001 From: SchneiderInfosystems Date: Thu, 7 Dec 2023 11:40:52 +0100 Subject: [PATCH] Prepared for V1.6.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1163808..7af3b4b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can find more learning videos on the following [YouTube channel](https://www This log informs about interface changes and important library enhancements that need the attention of users of this library. -- December 2023: 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. +- December 2023: 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 - October 2023: Firestore database write transaction supports delete document too. The new Auth_SelfReg_VCL demo application explains all options of the self registration workflow. - June 2023: Firestore database supports write transactions - October 2022: Interface for ML Vision service added @@ -27,10 +27,10 @@ A new listener detects changes within the Firestore Database without pooling. [S ### Prerequisites -🔺 This library requires at least **Delphi 10.3 Rio Update 2** 🔺. - The sample projects are developed and prepared for **Delphi 12.0 Athens**. +🔺 This library requires at least **Delphi 10.3 Rio Update 2** 🔺. + #### Hint: Support from Delphi 10 Seattle to Delphi 10.2 Tokyo has been discontinued since the introduction of the Firestore Listener in March 2021. Delphi 10.3 Update 1 and earlier version are no longer supported because of an issue in the RTL. Delphi is a registered trademark of [Embarcadero Technologies, Inc](https://www.embarcadero.com/de/products/delphi).