How to get id in mongodb without " ObjectID" string in Html and meteor -
while fetching id in mongodb getting ids this.
objectid("55545a387d55e6f2a67ff6a0")
is there way id like
55545a387d55e6f2a67ff6a0
first need run find command print in html without object can use way , can use _str in html
{{this._id._str}}
Comments
Post a Comment