Is there any way to cance uploading process in react native firebase?
I'm using RNFirebase 5.0.0
. In the documentation here https://github.com/invertase/react-native-firebase/blob/docs_old/docs/modules/storage.md says that uploadTask.cancel()
is not yet supported. Is there any work around to cancel the upload?