Dibyodyuti Mondal
Dibyodyuti Mondal
Thanks! Using the in-built feedback feature would be great... Any update on the coloring issue?
Terribly sorry for following up so late. Actually, no, I don't think there is a public bug tracking this - I haven't been able to look at this for quite...
This covers environment variable that we need at run-time. But what if we need a deploy-time environment variable, like NODE_OPTIONS? Why would I need an environment variable that I don't...
@inlined I wouldn't call them build-time variables. My dotenv file contains NODE_OPTIONS and it works in production without any problem. Cloud build has no problems at all. The environment variable...
I found another bug that is possibly linked to this. I opened an issue for the same here: https://github.com/firebase/firebase-tools/issues/4946
Sure, I'll see what I can do and revert back. This will definitely take some time, though, because I have never used beautify before, so I'll have to learn.
I was thinking... When using the emulator, we don't really need an actually signed url, just a url that works with the given request. For example, emulator auth jwt tokens...
Any updates on this?
I am getting an error in HMR mode too I sign in with a user from the auth emulator, and then make changes in the code, and save. Browser console...
I won't say I needed to disable hmr. ```typescript const auth = getAuth(app); // check for dev mode, and if emulator config is set by previous hmr if (dev_mode &&...