How to ensure site development is restricted to what can be hosted on Firebase

Hi

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?

Well just choose Firebase from the hosting type in your Wappler project.

Then make just static html pages and that’s it.

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).

No all those can be used just fine on static html pages, so thanks to them you will be able to make dynamic pages in the browser.

The only one you can’t use indeed is server connect as it requires a server side.

1 Like