Skip to content

Allow custom objectId  #4170

Closed
Closed
@drsounds

Description

@drsounds

Issue Description

I want to be able to set custom objectId when saving new parse objects.

Steps to reproduce

let obj = new Parse.Object('Country');
obj.set('objectId', 'vr');
obj.set('name', 'Virtual Reality');

#### Expected Results

A parse with the objectId vr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions