Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Snapshot Support #17

@sambegin

Description

@sambegin

We should be able to constantly watch on data changes with specific queries. Firestore has what we call "snapshot" to open a listener on a collection or document. We should be able to do the same with Firesteer. Instead of doing a single and final GET request, we would open a snapshot and automatically refresh the main page content each time the snapshot is updated.

Snapshot reference : https://firebase.google.com/docs/firestore/query-data/listen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions