Bug report
Describe the bug
Even with the new users, signing in using Apple Auth Providers returns an error with 'null' email and display name. When tapping on the SIgn in with Apple button, no bottomsheet showing an option to hide or share email is displayed, rather it directly displays Continue with Password sheet. I've previously done it using the sign_in_with_apple plugin, but unfortunately, the problem is the same.
Steps to reproduce
Below is the sample code I'm trying to test.
try { final userCreds = await _firebaseAuth.signInWithProvider(AppleAuthProvider()); return userCreds; } catch (e, s) { FirebaseCrashlytics.instance.recordError(e, s); return null; }
Expected behavior
The Sign in with Apple should show a bottomsheet to allow users to choose to hide or share their email, and then proceed to next step of authenticating with password, touch ID or face ID.
Sample project

Flutter dependencies
firebase_core: ^2.11.0
firebase_auth: ^4.12.1
Bug report
Describe the bug
Even with the new users, signing in using Apple Auth Providers returns an error with 'null' email and display name. When tapping on the SIgn in with Apple button, no bottomsheet showing an option to hide or share email is displayed, rather it directly displays Continue with Password sheet. I've previously done it using the sign_in_with_apple plugin, but unfortunately, the problem is the same.
Steps to reproduce
Below is the sample code I'm trying to test.
try { final userCreds = await _firebaseAuth.signInWithProvider(AppleAuthProvider()); return userCreds; } catch (e, s) { FirebaseCrashlytics.instance.recordError(e, s); return null; }Expected behavior
The Sign in with Apple should show a bottomsheet to allow users to choose to hide or share their email, and then proceed to next step of authenticating with password, touch ID or face ID.
Sample project
Flutter dependencies
firebase_core: ^2.11.0
firebase_auth: ^4.12.1