Future getuserdata(String email) async { QuerySnapshot snapshot = await usercoll.where("email", isEqualTo: email).get(); return snapshot; }