I have a polymer element in the link https://github.com/Pancake-CMS/authentication-page/blob/master/authentication-page.html
On line 55, I have a firebase-app
element with config
object binded to it.
When the element local-configurator
on line 51 gets an updates configuration, it triggers the handleConfigChange
function which updates the config
object.
The problems is as follows.
the firebase-app
element doest seem to show the updated config. Or even if it gets updated properties, it doesnt seem to re-initialize the firebase app.
I am not sure what is missing in the code. I was wondering if someone could point me in the correct direction.
Thanks