aalej
aalej
Thanks for the clarification @alexpchin. Just to verify, from what I understand you have Firebase Cloud Functions such as an HTTP function. When the function runs, you want to use...
Hey @onurdialpad, thanks for the report. Could you try updating to the latest version of firebase-tools, which is currently v13.11.3, to see if you would still encounter the issue? Also,...
Thanks for updating the test case @onurdialpad. It is highly appreciated! I was able to reproduce the behavior you mentioned and I created this [mcve](https://github.com/aalej/issues-7352) using the information provided. Just...
Hey @glorat, thanks for the detailed report and for sharing your observations. I’ve been trying to reproduce this issue, but so far I haven’t been able to replicate the behavior...
Thanks for the additional information @glorat. I’ll raise this to our engineering team so they can take a look. Also, it looks like you have a potential fix for this,...
Hey @huseyinseyit, thanks for reaching out. Currently, I’m unable to reproduce the behavior you mentioned. I tried creating a new Next.js project and used `searchParams`. After running `firebase deploy` and...
Thanks for sharing code snippets. I copied the code you provided, but it looks like it uses some components you created like `CardWrapper`, `Search`, etc. I removed those components so...
Hey @busanTeddyBear, thanks for the detailed report. Based on the steps you provided and the logs you shared, I think the reason why you’re encountering these logs could be related...
Hey @n-sweep, thanks for reaching out and for filing a detailed report. Currently, I’m unable to reproduce this issue. I created this [repo](https://github.com/aalej/issues-7397) using the information you provided. Could you...
Hey @exetico, thanks for following up. I'm currently working on reproducing this, and it looks like the issue might have been fixed on `v13.21.0` of firebase-tools. Here's the current [mcve](https://github.com/aalej/issues-7779)...