When building an application using appwrite authentication, should you even create a users' table? or just add a user id attribute to the collection you want to be able to track items for per user?
TL;DR
Developers are debating whether to create a separate users' table or add a user id attribute to track items per user. The general consensus is to create a users' table for better organization and scalability.