parse-server
Here are 230 public repositories matching this topic...
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Nov 28, 2019 - Python
This is an idea for a new feature:
It would be comfortable if LiveQuery and/or QueryBuilder would be able to use the CoreStore to save the last result for offline usage.
Each query would generate a key based on the search operators. Using this key, the objects get pined to the CoreStore. This would require a pin function that can take a key. (like in the android sdk)
Whenever the server is unre
-
Updated
Sep 15, 2020 - C#
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 22, 2017 - Objective-C
-
Updated
Jul 4, 2018 - Swift
-
Updated
Oct 28, 2018 - JavaScript
-
Updated
Sep 11, 2020 - Ruby
-
Updated
Nov 6, 2017 - JavaScript
-
Updated
Jul 4, 2020 - Objective-C
-
Updated
Jul 5, 2017 - JavaScript
-
Updated
May 12, 2017 - JavaScript
-
Updated
Oct 20, 2020 - TypeScript
Allow setting project icon from image or url.
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jan 22, 2018 - JavaScript
-
Updated
Feb 15, 2019 - Dart
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the parse-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parse-server topic, visit your repo's landing page and select "manage topics."


Hi! Let's assume I have the following data:
Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?
I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'