Erik Kjernlie

Results 3 comments of Erik Kjernlie

`.env` variables are only available during application _runtime_, and not when you are deploying. You have to use Firebase's remote config if you want to use env variables when initializing...

`.env` variables are loaded into the application runtime (after the configuration in the beginning), so you need to use remoteConfig for using env variables during deploy :)

@localjo When working with NextJS and CSS modules, I also had to add _!important_ to every property to get it to work.