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