Add a RoomModel to the repository, cached
@override Future<RoomModel> add(RoomModel value) { return reference.add(value).then((newValue) { fullCache[value.documentID] = newValue; return newValue; }); }