I\'m facing an issue where when I sign out a user (using FirebaseAuth.signOut() method) and sign in with another user, information of the previous user are load
FirebaseAuth.signOut()
You can use the async call FirebaseFirestore.instance.clearPersistence(); for flutter projects. Check this answer.
FirebaseFirestore.instance.clearPersistence();