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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...