You can default to the normal Mongo format by defining your collections with the idGeneration field.
MyCollection = new Meteor.Collection('mycollection', {idGeneration : 'MONGO'});