Added subs management (wip)

This commit is contained in:
vjrj 2017-12-16 18:47:08 +01:00
parent 6123977974
commit 316e14f0ea
21 changed files with 427 additions and 39 deletions

View file

@ -3,7 +3,7 @@
import { Mongo } from 'meteor/mongo';
import SimpleSchema from 'simpl-schema';
const ActiveFires = new Mongo.Collection('activefires');
const ActiveFires = new Mongo.Collection('activefires', { idGeneration: 'MONGO' });
ActiveFires.allow({
insert: () => false,