The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/firestore > / > LoadBundleTaskProgress

LoadBundleTaskProgress interface

Represents a progress update or a final state from loading bundles.

Signature:

export declare interface LoadBundleTaskProgress 

Properties

Property Type Description
bytesLoaded number How many bytes have been loaded.
documentsLoaded number How many documents have been loaded.
taskState TaskState Current task state.
totalBytes number How many bytes are in the bundle being loaded.
totalDocuments number How many documents are in the bundle being loaded.