@override CollectionReference<Map<String, dynamic>> getCollection(String path) { _fakeFirestore.saveDocument('/'); return _fakeFirestore.collection(path); }