Skip to content

Add atomic operations for Cloud Config parameters #8649

Closed
@mtrezza

Description

@mtrezza

New Feature / Enhancement Checklist

Current Limitation

Parse Cloud Config parameters do not support atomic updates. For example, adding an entry to an array or incrementing a value.

Feature / Enhancement Description

Add support for atomic updates, similar to the atomic operations increment, add for Parse Objects.

Example Use Case

// Increment number
await Parse.Config.increment({ key: value });

// Add item to array
await Parse.Config.add({ key: value });

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)state:releasedReleased as stable versionstate:released-alphaReleased as alpha versionstate:released-betaReleased as beta versiontype:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions