I am building a Trigger.io app and am using Parse for push notifications. Everything works great; however, I need to get the objectId of my installations. I know that if I use the parse API directly the response body is a JSON object containing the objectId and the createdAt timestamp of the newly-created installation. Is there a way to get this if I use forge.partners.parse.push.subscribe?
I am building a Trigger.io app and am using Parse for push notifications. Everything
Share
You can get the details of installations by simply using the Parse REST API for it:
https://www.parse.com/docs/rest