Hi,
I have the same issue with timeout value, which default value (60sec) is very short.
I also, like Felix, already know, that you can, manually, change the setting in google cloud console. The question is : why is firebase command line tool is modifying that value ? Without letting the user chose that value ?
Not only the change made by firebase command line tool is undocumented and unwanted, but it is clearly in the wrong direction : forcing a more relax timeout would ne be a problem for almost anybody, while applying a shorter timeout makes it unusable for all functions which run more than 60sec.
Maybe there is an undocumented workaround ? REST API of some sort to change those values programatically after each deploy ?
Thks