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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -