Firebase hosting for Grav

Hi everyone, just discovering Grav and setting up my project.

I use most of the time Firebase hosting solution as it’s fast and scalable depending the load on the website.

My Grav website work without a problem on C9.io

However i can’t find the solution to make it work on Firebae hosting. Firebase need an index.html which we normally have easilly on a web app OR a static content (which Grav is), how can i bypass that ?

A link to firebase hosting

Maybe it’s a php problem i’m not sure

Thanks in advance !

With a little digging, aparently it’s simply not possible to put server side script on Firebase.

Here is the source

Firebase hosting does not support any server side scripts such as Ruby, PHP, Python or anything else that is processing your files before output. That would require a application engine such as Google App Engine, Heroku, or similar.

This can be archived, so that anyone running in the same problem can quickly find a solution