mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[js][android][ios][storage] uploadTask.on now correctly receives a success status event
This commit is contained in:
@@ -122,7 +122,7 @@ export default class StorageTask {
|
||||
return this._subscribe.bind(this);
|
||||
}
|
||||
|
||||
return this._subscribe(event, nextOrObserver, error, complete);
|
||||
return this._subscribe(nextOrObserver, error, complete);
|
||||
}
|
||||
|
||||
pause() {
|
||||
|
||||
Reference in New Issue
Block a user