Skip to content

Commit

Permalink
Prepared for V1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderInfosystems committed Dec 7, 2023
1 parent 8fbd76e commit 483c38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down

0 comments on commit 483c38a

Please # to comment.