Jeremy Shore

Results 28 comments of Jeremy Shore

Once you have confirmed yourself let me know, but his one looks fine.

With the PR I just merged it is now v9.21.0

Not sure, but another PR that was just opened is going to allow you to set them as an environment variable, but it looks like since the code immediately does...

That should also work for paths, the firebase config cli command supports a path to a json file too.

Probably because you can't just export a file, and expect it to be accessible in other steps of a pipeline, that is why you have to use artifacts. From the...

Yeah, but all you're doing is exporting config into a local file. Also, this change doesn't really address anything except for maybe your specific bug, which looks like a compile...

Have you tested this build with that particular test case to see if it actually resolves the issue?

Ideally the best way to test is to create a branch fork or branch and then point your job to use the new version (not the docker image) then run...

If you want to test this @weilinzung I have setup a new deployment system for this action. What we can do it is resolve conflicts, then get this merged into...

Yes v2.2.2 uses an older version of `firebase-tools` This is most likely related to the major changes they are making to their CLI. I will have to look into this...