React Native Firebase
    Preparing search index...

    Interfaces

    EmulatorMockTokenOptions

    Options for connecting to the storage emulator (web only).

    FirebaseStorage

    Storage module instance

    FullMetadata

    The full set of object metadata, including read-only properties.

    ListOptions

    Options for listing files and folders.

    ListResult

    Result of listing files and folders.

    SettableMetadata

    Object metadata that can be set at any time.

    StorageObserver

    A stream observer for Firebase Storage.

    StorageReference

    Storage reference to a file or folder location.

    TaskSnapshot

    Snapshot of a storage task (upload or download).

    UploadMetadata

    Object metadata that can be set at upload.

    UploadResult

    Result returned from a non-resumable upload.

    UploadTask

    Represents the process of uploading an object. Allows you to monitor and manage the upload.

    UploadTaskSnapshot

    Holds data about the current state of the upload task.

    References

    CompleteFn → CompleteFn
    NextFn → NextFn
    Unsubscribe → Unsubscribe

    Type Aliases

    NativeFirebaseError
    StorageError

    Storage failure error type for public observer callbacks. Runtime values are NativeFirebaseError instances structurally compatible with FirebaseError.

    StringFormat

    An enumeration of the possible string formats for upload.

    Subscribe
    Task

    Storage task for uploads or downloads.

    TaskEvent

    An event that is triggered on a task.

    TaskResult

    Result of a completed task.

    TaskSnapshotObserver

    Observer object for task state changes.

    TaskState

    Represents the current state of a running upload/download.

    Variables

    StringFormat

    An enumeration of the possible string formats for upload.

    TaskEvent

    An event that is triggered on a task.

    TaskState

    Represents the current state of a running upload/download.