StorageObserver interface

A stream observer for Firebase Storage.

Signature:

exportinterfaceStorageObserver<T>

Properties

PropertyTypeDescription
completeCompleteFn | null
error(error:StorageError) => void | null
nextNextFn<T> | null

StorageObserver.complete

Signature:

complete?:CompleteFn|null;

StorageObserver.error

Signature:

error?:(error:StorageError)=>void|null;

StorageObserver.next

Signature:

next?:NextFn<T>|null;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-02-02 UTC.