inProgress-team / inProgress-team/react-native-meteor

Mongo Documents with ObjectId is not being updated and create new document with Mongo.ObjectId

Open
#340 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
688
Forks
200
PR merge metrics
No merged PRs in 30d

Description

Hi,
My Mongodb collection contains document with ObjectId. When I get the collection in client side, all my ObjectId is converted to string by default. Thus making me difficult to perform operation like update from client side. I can run the update query from server side which works fine but not in offline mode.
The insert command creates a string _id in document while I want Mongo.ObjectId as _id and the same happens for updating the document. The document with string _id gets updated while the documents with ObjectId doesn’t.

Can you please explain.. Really need a fix for this.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.