-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 FirestoreDescribe 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
Labels
enhancementNew feature or requestNew feature or request