Flutter – Firebase/Futter user.displayName field stored as null when storing on cloud-firestore
I am building an app using Flutter and Firebase. I am trying to create a user profile on their first login to the app. I am using the Google sign-in method provided by Firebase authentication. This is my code for…