-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Allow custom objectIds #100
Conversation
Codecov Report
@@ Coverage Diff @@
## main #100 +/- ##
==========================================
+ Coverage 80.66% 80.96% +0.29%
==========================================
Files 65 65
Lines 5411 5415 +4
==========================================
+ Hits 4365 4384 +19
+ Misses 1046 1031 -15
Continue to review full report at Codecov.
|
Conflicts: CHANGELOG.md
Add support for custom objectIds parse-community/parse-server#6177
Close #99
To enable set
allowCustomObjectId = true
, it’sfalse
by default: