Flutter and Firestore does not have user information in request
问题 Using flutter, I have installed the firebase-auth and firestore packages and am able to both authenticate with firebase auth and make a call into firestore as long as I don't have any rules around the user. I have a button that calls _handleEmailSignIn and I do get a valid user back (since they are in the Firebase Auth DB) import 'package:firebase_auth/firebase_auth.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; final FirebaseAuth _auth = FirebaseAuth.instance; void