i want to relate the $id from users auth table in appwrite with other column in my table user_profile.
because is the same user...
how can i have exactly the same id for both tables?
TL;DR
Create a foreign key relationship between the 'id' column in the 'users' table of Auth and the corresponding column in your 'user_profile' table. This will ensure that the ids are the same for both tables.