
As you see in the screenshot, its an sample user that signin with apple privately. Is there any config or possible way to get user account name name ?

Name doesn’t fetch. Signin with Apple, Hide my email,

signInWithApple() {
this.api.account.createOAuth2Session(
'apple',
environment.url.SUCCESS_OAUTH2,
environment.url.FAILURE_OAUTH2
);
}
web-sdk: "appwrite": "13.0.0",

as a 4th paramater of account.createOAuth2Session
accepts scopes
thay may solve it but for specifically Apple, which scopes should i use ? Not well-documented with these in detail? Is there anyone experienced it before ?
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- 404 error when navigating to the team fr...
the version i m running is `1.7.4` as far as i can tell everything is working fine except for this weird bug in the video. when monitoring the appwrite and app...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
