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
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- How to update from 1.8.1 to 1.9.6
Due to the number of issues reported in version 1.9.5, I am hesitant to proceed with the update. Could anyone advise if version 1.9.6 is stable and resolves tho...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...