static Map<String,dynamic> handleDate(Map<String,dynamic>d){ return d..updateAll((k, v) { if(v is Timestamp)return v.toDate(); return v; }); }