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