fix: misinformation for default firebase function timeout
Description
This PR corrects the documented default timeout for Callable Cloud Functions in the React Native Firebase docs. • Current docs (incorrect): default timeout is 7 seconds • Correct behavior: default timeout is 70,000 ms (70 seconds) [] • Rationale: React Native Firebase defers to the upstream Firebase SDKs for callable timeouts and does not override the default in native code. The upstream SDK default for client callable functions is 70 seconds.
This change updates the documentation to reflect the actual default and avoids confusion for developers who observe requests continuing past 7 seconds without timing out.
And also this page from Firebase’s docs confirms it: HttpsCallableOptions — “Default is 70000”  ⸻
Related issues
https://github.com/invertase/react-native-firebase/issues/8708
⸻
@yagiz2000 is attempting to deploy a commit to the Invertase Team on Vercel.
A member of the Team first needs to authorize it.
Hello đź‘‹, this PR has been opened for more than 2 months with no activity on it.
If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!
You have 15 days until this gets closed automatically
We (RNFB maintainers) need to:
- remap this to new native-typescript doc comments now that index.d.ts no longer exists in code
- make sure it is publishing correctly to docs site, as original link in PR description is now 404 so the HttpsCallableOptions interface is perhaps no longer described on docs site