Skip to content

Add installationId option to Parse.Cloud.run #1938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
mtrezza opened this issue Jun 10, 2023 · 5 comments · Fixed by #1939
Closed
3 tasks done

Add installationId option to Parse.Cloud.run #1938

mtrezza opened this issue Jun 10, 2023 · 5 comments · Fixed by #1939
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Jun 10, 2023

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');
@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature labels Jun 10, 2023
@mtrezza mtrezza removed the bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) label Jun 11, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-alpha.3

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jun 11, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 16, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
2 participants