KuromoryOriginal post
Rank 2: Process
Hey I have a question, how should I create an Admin page in flutter where the "admin" users can create/update/block users from appwrite? I used a dart function but there is the problem, that when I use a realtime subscription the other users that are also looking at the admin page don't get the function.FUNC_ID event...
What is the best way to get this to work :X
Summary
Developers are seeking help on creating an Admin page in Flutter where admin users can manage users via Appwrite. They are facing issues with a Dart function not updating in real time for other users on the page. Solution: Consider implementing a real-time subscription to ensure all changes are reflected instantly for all users.