Results 5 issues of Jaakko Lappalainen

Closes #115 The requested feature specifically asked to overload the `wait_first` parameter but I can argue this to be an anti-pattern. Having a new parameter called `wait_first_seconds` seems intuitively enough...

This change makes the package compatible with Werkzeug 1.0.x

This adds support for other values in 'Content-Type' header

Hi, I have set secrets successfully in firebase using ```shell firebase functions.secrets.set SECRET ``` command. I access the secrets successfully using `runWith` when instantiating the function. The deployment of functions...