Stream<QuerySnapshot<Map<String, dynamic>>> getStreamData(collectionName) => _firestore.collection(collectionName).snapshots();