-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Support for custom object ids #1611
Comments
It's not planned to add said feature to the iOS SDK in that no one is currently working on it to my knowledge. There is currently very little feature development on this SDK but we do welcome contributions for this or anything else. Currently the Swift SDK is seeing much more new feature development, thanks to @cbaker6. But at this time we have no intention of archiving the iOS SDK as it still plays an important role. |
If you plan on implementing custom objectIds, I recommend looking at parse-community/Parse-SDK-JS#1309. The same goes for many of the other missing features as the design of JS SDK is similar to this one. I will say that the iOS SDK is written well and if some developers in the community decided to dedicate some time, it can be brought to feature parity with the JS and Swift SDKs. It won’t be easy though... Using a local datastore for ParseSwift is possible, you just need to implement core data counterparts (if your datastore uses “structs” instead of classes, no need for counterparts) for your |
@TomWFox a note about Parse-Swift and archiving the iOS SDK just in case this comes up in the future... Parse-Swift is based on using Swift programmers have the luxury of using either SDK, but my guess is for Swift apps, Parse-Swift would yield faster builds and a smaller app footprint. |
This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide |
Using the allowCustomObjectId option of parse-server, it is possible to provide custom object ids on the client side. It seems to me, that there is no support for this yet in the iOS SDK. I know that there is the new Swift SDK with support for this (parse-community/Parse-Swift#100 and parse-community/Parse-Swift#101). Is it planned to add this to this legacy iOS SDK as well? Or is this repository rather archived and there will be no new features anymore? Unfortunately I am still using the local datastore, so I am not able to migrate.
Thanks!
The text was updated successfully, but these errors were encountered: