CorruptedOriginal post
Web Developer
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.
Summary
User is inquiring about establishing a relation with the Auth User. Appwrite does not seem to have this feature, suggested checking the roadmap and Github issues for confirmation.