Skip to content

Conversation

yagiz2000
Copy link

@yagiz2000 yagiz2000 commented Oct 12, 2025

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

#8708

Copy link

vercel bot commented Oct 12, 2025

@yagiz2000 is attempting to deploy a commit to the Invertase Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Oct 12, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants