-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to set a timeout on Functions. #2329
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, passing to @ryanwilson for API review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix style and any other travis issues
@bklimt did you want to land this for M43? |
@ryanwilson Thank you for checking, but no, I'd like to hold this for M44 so I can get the iOS, Android, and Web versions in at the same release. |
That Travis failure looks like it doesn't have anything to do with my changes. |
Paul fixed the Travis issue and I restarted the failed jobs - you're good to go now @bklimt. |
Add a
timeoutInterval
property to FIRHTTPSCallable.h.