I'm serving my web-app with firebase hosting. A few aspects of my app are configureable based on user context (e.g. localization), and configuration is done in app's index.html
.
Typically, I'd use a template engine on my own backend (e.g. velocity) to solve this problem, but there isn't seem to be an out-of-the-box solution for that.
- Is there a workaround or a hack'ish way to do so with firebase?
- Is there a way to execute code which will modify my statics?
thanks