dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

Replace env variables by constants #56

Open dguglielmi-git opened 11 months ago

dguglielmi-git commented 11 months ago

Firebase does not allow to use environment variables. If we don't find a way to use them in the frontend part, we need to replace them with constants.

In case we find a way to use the environment variables, this ticket can be closed.