I am using autoform, collection2. I want to use the method call type for insert / update, since I want to add additional fields before saving to the database on the server. SimpleSchema will verify the data on the client, but how can I make the data verified on a server-side diagram? My method of adding new data is as follows:
Meteor.methods({ companyAdd: function (companyAttr) {
source share