You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying debug a Flutter app which uses Firebase Authentication with Apple as sign-in provider and I am struggling to configure it correctly such that I can receive the user email property.
When a user signs-un with Apple in most cases Firebase (implemented as in the Firebase guide) is not registering the email or any type of identifier is shown in Firebase Authentication. In some cases the identifier is an email using the privaterelay.appleid.com domain, but it is rare.
In addition, the UserCredential.user object does not have any properties (all are null).
This works perfectly with Google and Email-password, and a few months ago it was also working for Apple but it has stopped working. (without the need to use 3rd party packages such as sign_in_with_apple)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying debug a Flutter app which uses Firebase Authentication with Apple as sign-in provider and I am struggling to configure it correctly such that I can receive the user email property.
When a user signs-un with Apple in most cases Firebase (implemented as in the Firebase guide) is not registering the email or any type of identifier is shown in Firebase Authentication. In some cases the identifier is an email using the privaterelay.appleid.com domain, but it is rare.
In addition, the
UserCredential.user
object does not have any properties (all arenull
).This works perfectly with Google and Email-password, and a few months ago it was also working for Apple but it has stopped working. (without the need to use 3rd party packages such as
sign_in_with_apple
)Beta Was this translation helpful? Give feedback.
All reactions