mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 19:38:07 +08:00
-
This commit is contained in:
@@ -26,7 +26,7 @@ export default class StorageListResult {
|
||||
constructor(storage, nativeData) {
|
||||
this._nextPageToken = nativeData.nextPageToken || null;
|
||||
this._items = nativeData.items.map(path => new StorageReference(storage, path));
|
||||
this._prefixes = nativeData.items.map(path => new StorageReference(storage, path));
|
||||
this._prefixes = nativeData.prefixes.map(path => new StorageReference(storage, path));
|
||||
}
|
||||
|
||||
get items() {
|
||||
|
||||
Reference in New Issue
Block a user