Emoji data from Firestore for user reactions has a bad performance
I’m trying to store user reactions for every single item in a LazyColumn in a Firebase Firestore and then fetch this data. Everything is OK, and the data is successfully fetched, but if any emoji selected, it appears in all LazyColumn items. One more thing: the updated numbers for every emoji are blinking (hiding and appearing) without a stop. I hope the following code samples have a good explanation.