firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Updated Functions Errors
- Moved
FunctionsCodeForHTTPStatus(_:)andFunctionsErrorForResponse(status:body:serializer:)to aFunctionsErrorCodeextension to reduce the number of global symbols - Updated
FunctionsCodeForHTTPStatus(_:)’s documentation to reflect the actual behavior (return value for unknown status codes)
Thanks, @yakovmanshin!