This is a weird one and I ran out of ideas. I have a small demo app that connects, reads and writes to a Google firstore CDS successfully.
I have another app - here I wanted to change the myCloudData to firestore. But as soon as I drop the firestore component on the form with the same properties as in the test app, at runtime no html is generated between body and /body.
The Create methods are not reached and none of my logs to the console are reached. The console shows no errors and all libs are loaded successfully. I can´t see any problem in the debugger. The firestore CDS is not set to active, btw.
What can cause such an behaviour?