I want to make static site hosted on Firebase. I read that server side languages like PHP
cannot be used. How do i ensure that I don’t accidentally install something / use a feature that makes the site dynamic and hence incompatible with Firebase hosting?
Does that mean i can’t use App Connect , dynamic attributes, App Connect Flow , javascript to set Dynamic attributes?
I thought as long as I don’t use Server Connect it should be static hosting compatible.
I need to call Rest API to interact with my backend (Azure Functions + Cosmos Db) which will return JSON Response and I need to Interact with the Iframes ( the Construct 3 Games will be playing in the iframe).