Hi All!
I'm trying to figure out the best way to "link" Accounts and my user collection. I know I can't link them with a relationship. I appreciate your thoughts on the "best" way to handle this!
When I create a new Account user would it be best to?
- grab the account user's id, and set the new user documents id === account user id
- grab the account user's id, let the user document generate a unique id, then toss the account users id into a property on the new user document. Such as "account id"
- Link the 2 with a 3rd collection. User Id generates its own unique id. The third document just has 2 properties:
- Account id
- User Id
The first option seems more efficient. And if I'm not misunderstanding something, someone would need the session data/secret not just the user id to really do anything to the Auth Account right? So 2 and 3 just seems to add extra complexity?
(I'm using Next.Js 15 if that changes anyone's answer)
Recommended threads
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...