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
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...