You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a parameter requestContentLengthMethod, however how do I get the content longth of the request. I'm not seing anything in the RequestOptions object. Do we need to somehow calculate this on our own?
The text was updated successfully, but these errors were encountered:
There is also a parameter requestContentLengthMethod, however how do I get the content longth of the request. I'm not seing anything in the RequestOptions object. Do we need to somehow calculate this on our own?
When initialized like the readme, the content size is not reported to Firebase.
I've figured out how to set the response content length
There is also a parameter
requestContentLengthMethod
, however how do I get the content longth of the request. I'm not seing anything in theRequestOptions
object. Do we need to somehow calculate this on our own?The text was updated successfully, but these errors were encountered: