poush / LatexGo

When Latex meets JS (.... 👀 emscripten) = SuperFast builds
MIT License
4 stars 9 forks source link

Shift firebase config parameters to config file #15

Closed BhavyaC16 closed 4 years ago

BhavyaC16 commented 4 years ago

Config parameters for firebase have been shifted to the file js/config.js, and are loaded by including the config file as a script in index.html.

Fixes #9

BhavyaC16 commented 4 years ago

I have made the suggested changes to load js/config.js before loading js/init.js. I have tried running it on localhost and verified that the firebase config parameters are being loaded correctly.

shashaBot commented 4 years ago

Thanks for the contribution!