mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[js][storage] misc
This commit is contained in:
@@ -10,6 +10,7 @@ export default class StorageTask {
|
||||
this.ref = storageRef;
|
||||
this.promise = promise;
|
||||
this.storage = storageRef.storage;
|
||||
this.path = storageRef.path;
|
||||
|
||||
// 'proxy' original promise
|
||||
this.then = promise.then;
|
||||
|
||||
Reference in New Issue
Block a user