the ‘New-Data-Record’ Variable is shown as of unknown type. And it is not possible to select its properties.
(on opposite: the ‘collection-of-data-records’-Variable includes the schema)
Hi, thanks for letting us know! A workaround for this could be to store the data intermittently in a page variable that has the same schema as your Firestore resource, and then use a Create Record node on the logic canvas to create the record in Firestore using data from that page variable.
After doing more testing it became clear, that it was not me using the tool wrong, but there is a bug. I am entering the finding in the bug tracker as well.
While the workaround (see above) does work, this bug should be eleminated, please.
The bug is as follows:
When using the firebase-connector and creating a Data variable of type ‘new-data-record’ for it, the type of the variable is unknown. Which means no properties of this data variable are accessable.
Reference - program working correctly with client side data base:
When using a client-Side-Database, the Data-Varibale of type ‘New Data Record’ comes with the correct schema.