Flutter – Firebase authentication with Apple does not provide user email
I have a Flutter app with a authentication flow using Firebase Authentication and I want to create an entry in Cloud Firestore with the email retrieved from the user field of the UserCredential object returned by the firebase_auth library on…