You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firebase JS SDK has an options param where I can pass a timeout for the client like this: functions().httpsCallable(functionName, { timeout: 500000 }); But t
531F
his options param is not available in "@angular/fire": "6.0.0".
Could you please add it to AngularFire? Thanks!