Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse.com _PushStatus class stores objectId as _id #1457

Closed
alanphoon opened this issue Apr 11, 2016 · 0 comments
Closed

Parse.com _PushStatus class stores objectId as _id #1457

alanphoon opened this issue Apr 11, 2016 · 0 comments

Comments

@alanphoon
Copy link

Parse.com stores the objectId as _id in the _PushStatus class. Can we have objectId populating as _id instead (or in parallel)? Current DB class implementation breaks parse.com dashboard push history UI. I am currently using parse.com for push history lookup. Thanks.

Current Implementation:

{ "_id": { "$oid": "570c2330eb89ae7146a0a72a" }, "objectId": "iBJnjsW5OW", ... "numFailed": 0, "sentPerType": { "ios": 1 } }

Parse.com Implementation:
{ "_id": "lhk9GrVlwv", ... "sentPerType": { "android": 32, "winphone": 0, "js": 0, "osx": 0, "ios": 33, "winrt": 0, "embedded": 0 }, "expansionDuration": 0.339376803 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants