React Native Firebase
    Preparing search index...
    • Uploads data to this object's location. The upload is not resumable.

      Parameters

      • storageRef: StorageReference

        Storage Reference instance.

      • data: Blob | ArrayBuffer | Uint8Array<ArrayBufferLike>

        The data (Blob | Uint8Array | ArrayBuffer) to upload to the storage bucket at the reference location.

      • Optionalmetadata: UploadMetadata

        A Storage UploadMetadata instance to update. Optional.

      Returns UploadTask