soo im seeing something here about there also being a user name and email... https://stackoverflow.com/questions/66452252/how-to-get-users-name-on-sign-in-with-apple
[CLOSED] Apple privaterelay as name and email
any chance you can try dumping the response from apple?
That seems only available in app
but the app is appwrite
Yes, I mean since appwrite performs login in the browser
And that seems only available in native
maybe 🤷🏼♂️
to see if the name is in there
Will try. Sincerely I would like to disable Apple login and only allow email, but unfortunately Apple forces you 😭
what do you mean?
If you want to publish to app store and allow login with Google, you're forced to add Apple login otherwise your app will be rejected
Seems it's not possible because you need to request it in the consent screen
add a feature flag that hides the google login during review and then enable it after review 🤣
huh?
Oh, great plan 🤣
Name field doesn't appear when login
Screenshot from stack overflow
Name is right there 🧐
When you login in you appwrite app, name field is missing so it's nor being retrieved and you can't get it after login
From what I'm reading, it's not possible to get the account name but the name specified there
yes, because, right now, appwrite only gets the email
yes, but that would be better than the email or asking the user for name
I think I will just handle it manually ~~ or hiding it after the reviewer opens the app ~~
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...