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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...