@override Future<void> saveDoc(SQDoc doc) async { await ref.doc(doc.id).set(doc.serialize(), SetOptions(merge: true)); return super.saveDoc(doc); }