WIll Appwrite ever add the ability to create a relation to an Auth user?
It seems tedious that the solution for this is to create a separate User table and add triggers to add those new users to the User table. Then to also add a trigger for when the Auth user gets deleted, to delete it from the User table that will then get handle the cascade.