Firebase JS SDK has an options param where I can pass a timeout for the client like this:
functions().httpsCallable(functionName, { timeout: 500000 }); But this options param is not available in "@angular/fire": "6.0.0".
Could you please add it to AngularFire? Thanks!