I use firestore to subscribe on a stream like this:
firestore
db.collection(collection).snapshots().listen((QuerySnapshot snapshot) { // something });