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
`fsdb.collection('messages').listen(callback)`
I tried implementing this with realtime database, but implementing in my app on flutterflow isn't supported.
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.
Describe alternatives you've considered.
Additional context.
No response