Skip to content

Add installationId option to Parse.Cloud.run #1938

Closed
@mtrezza

Description

@mtrezza

New Feature / Enhancement Checklist

Current Limitation

Parse.Cloud.run does not allow take the installationId option to execute a Cloud Function from a specific installation.

Feature / Enhancement Description

Add installationId option to method options.

Example Use Case

await Parse.Cloud.run('aFunction', null, { sessionToken, installationId });

Alternatives / Workarounds

Manually set the global installationId:

Parse.CoreManager.getInstallationController()._setInstallationIdCache('abc');

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions