parse.com - Query another app from cloud code -


i have multiple apps hosted on parse.com, each own cloudcode. since cloudcode deployed using parse command line tool, don't need set requests app keys. possible query, post, or otherwise 1 app's cloudcode other app's database?

as example, let's whenever object created in 1 app, created in other. or maybe check other app's _user class matching username , other identifying info , perform logic.

when create cloud function, can invoke http post. use cloud.httprequest app other app. app identity established x-parse-application-id header.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -