Skip to content

Implement listen for Firestore #23

@dwatrous

Description

@dwatrous

Is your proposal related to a problem?

I would like to use firestore to listen to changes, as is possible with this REST endpoint:
https://firebase.google.com/docs/firestore/reference/rest/v1beta1/projects.databases.documents/listen

Similar functionality is available for the Firebase Realtime Database module of this library, but it would be more convenient to stay in Firestore

Describe the solution you'd like.

`fsdb.collection('messages').listen(callback)`

Describe alternatives you've considered.

I tried implementing this with realtime database, but implementing in my app on flutterflow isn't supported.

Additional context.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions