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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...