Gustavo

Results 112 comments of Gustavo

@ellneal You can use this workaround for now: https://github.com/actions/cache/issues/2#issuecomment-673493515

To know if an attempt is the last attempt, we must also know how `maxAttempts` changes on redeploy. For example, suppose I have a function with `maxAttempts: 5` and the...

I'm getting "Invaild source token" every time for the same 2 functions when deploying 24 Node.js v16 functions at once. If I deploy then individually, there's no error. I'm using...

I've sent a bug report through https://firebase.google.com/support/troubleshooter/report/bugs and they answered pointing to this part of the documentation: > When deploying large numbers of functions, you may exceed the standard quota...

So, I was trying to deploy 24 functions at once and 2 failed. I've experimented more and realized that if I deploy exactly those 2 problematic functions, deployment happens just...

@taeold Suppose I want to have very granular updates. If a single function changed, I want to redeploy just that one function and no other. Would it make sense to...

@tojtoj That's pretty much what was happening to me. Upgrading to 11.4.0 fixed the "Invalid source token" error. ~~It also brought other error (https://github.com/firebase/firebase-tools/issues/4730), but I fixed it with https://npm.im/patch-package.~~...

> Personally I try to order attributes in some sort of logical order. What that is depends a lot on the context. I also order them so they "look nice",...

It won't resolve library types unless they're either imported or explicitly passed to the CLI. Strange that it isn't creating the config file. I suggest you to copy the source...

## Example - Open https://twitter.com/ReactTraining/status/1271508493896318977 - Press the back button at the top of the page - It will redirect you to `/home` as there's nowhere to go back in...