Skip to content

Firestore streaming query inefficient #17247

@ribrdb

Description

@ribrdb

The firestore plugin serializes the entire document list for each query update. Wouldn't it be more efficient to only serializes the deltas and apply them in the dart code? Especially for large queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: performanceRelates to speed or footprint issues (see "perf:" labels)p: cloud_firestoreFirebase Firestore pluginp: firebaseFirebase pluginspackageflutter/packages repository. See also p: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions