Update a AppModel
@override Future<AppModel> update(AppModel value) { return reference.update(value).then((newValue) { fullCache[value.documentID] = newValue; return newValue; }); }