Skip to content

Sending unsaved Parse Objects to Client #7004

Open
@fastrde

Description

@fastrde

Is your feature request related to a problem? Please describe.
I use Parse Server as App-Backend and store some informations in the Parse DB. Other informations are received live from third party backends via cloud-code. To unify the communication between the Parse Backend and the App I tried to generate temporary Parse Objects to send these Objects to the App but I aren't allowed to store them in the Parse DB. When I try to send the object to the App I got the error "Cannot create a pointer to an unsaved ParseObject"

Describe the solution you'd like
Send the Objects to the App (perhaps with a "temp_xyz" objectId like the local objectId)

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: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