How can I have multi users that share the same screen and values? In this case, the users would interact with 5 cards. When one user taps one card, it is removed for other users. The data comes from a php rest api. As I am not using Firestore, is it possible to have the same as Firestore transaction? The documentation for Firestore Transaction: https://firebase.flutter.dev/docs/firestore/usage/
Question also related to Flutter/ Dart Users sharing same screen at the same time