@override Future<dynamic> toFire(Uint8List? value) async => (value == null) ? null : base64Encode(value);