-
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
Description
Plugin(s)
- Analytics
- App
- App Check
- Authentication
- Crashlytics
- Cloud Firestore
- Cloud Functions
- Cloud Messaging
- Cloud Storage
- Performance
- Remote Config
Current problem
Functions should allow setting a timeout. Currently the default is 70s, and there can be cases where function calls can take longer (eg: large LLM calls).
Should be pretty straightforward with HttpsCallableOptions
Preferred solution
Something like this - ed8071a
Alternative options
No response
Additional context
No response
Before submitting
- I have read and followed the feature request guidelines.
- I have attached links to possibly related issues and discussions.