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
- Issue with Custom SMTP
Hey everyone, I'm facing an issue when updating my Custom SMTP settings on Appwrite Cloud. The UI fails silently (no visual errors), but when checking the cons...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Deeplinking/hosting apple-app-site-assoc...
I'm trying to implement deeplinking so that after a user logs in, they are redirected to the place in my app I want them to go. As far as I understand, I need a...