React Native Firebase
    Preparing search index...

    Result returned from a non-resumable upload.

    Use the exported types directly instead. FirebaseStorageTypes namespace is kept for backwards compatibility.

    interface TaskResult {
        metadata: FirebaseStorageTypes.FullMetadata;
        ref: Reference;
    }
    Index

    Properties

    Properties

    The metadata of the tasks via a FullMetadata interface.

    The Reference of the task.