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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...