capacitor-firebase
capacitor-firebase copied to clipboard
feat:
Plugin(s)
- [ ] Analytics
- [ ] App
- [ ] App Check
- [ ] Authentication
- [ ] Crashlytics
- [ ] Cloud Firestore
- [x] 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 - https://github.com/capawesome-team/capacitor-firebase/commit/ed8071abb11713fbfa7d4700bde4e93528753f1a
Alternative options
No response
Additional context
No response
Before submitting
- [x] I have read and followed the feature request guidelines.
- [x] I have attached links to possibly related issues and discussions.
Would you be willing to create a PR?