
We have a User collection within Database. So Auth::User connects to Database::User.
When we signup a user using apple sub, the Database::User is created, along with a team.
The Database::User#newUser does not appear in the collection on the web, but Auth::User#newUser does. If I query is from the SDK for Database::Users, it is returned, so the Database::User#newUser is there.
I am seeing a similar issue with Membership and Teams, although I haven't narrowed it down. The Team is being created successfully.
Database::User is not being used for Auth, you can think of it like a normal user object like chat.

Web Console not showing Database Docs, but only from one collection
Recommended threads
- The 2 projects selected DB showing proje...
So since there was a limit before 1 sept to select only two projects for free , I selected the two I wanted but the one of the selected one's DB is showing 402 ...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
- MFA SMS only brandable on self hosted in...
appwrite.auth.createSMSChallenge(); as triggered by error.type === 'user_more_factors_required' sends an SMS with a six digit code... but the sms is always from...
