Unable to bindstream from firestore .snapshot().listen #1712
Unanswered
CSharper63
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
The app : Manage movie and who is currently watching the movie.
I'm facing of a problem. I try since 2 days to bind a stream from firestore query using a Rx<List> but I m unable to populate my list. I already test every lines of the following requests everything is working fine. Something goes wrong when try
.bindstream()
.My code :
My database.dart (file to interact with firestore)
then my movie_controller.dart :
call stack error:
I hope someone could help me.
Beta Was this translation helpful? Give feedback.
All reactions