Firebase – Flutter Bad state: cannot get a field on a DocumentSnapshotPlatform which does not exist
Im getting this error Bad state: cannot get a field on a DocumentSnapshotPlatform which does not exist , when i want to show current user name and email from firebase Imported packages import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; Full code…