Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
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');